String captionSide

Gets the value of "caption-side"

Source

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

Sets the value of "caption-side"

Source

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