captionSide property Null safety

String captionSide

Gets the value of "caption-side"

Implementation

String get captionSide => getPropertyValue('caption-side');
void captionSide= (String value)

Sets the value of "caption-side"

Implementation

set captionSide(String value) {
  setProperty('caption-side', value, '');
}