captionSide property
Gets the value of "caption-side"
Implementation
String get captionSide => getPropertyValue('caption-side');
Sets the value of "caption-side"
Implementation
set captionSide(String value) {
setProperty('caption-side', value, '');
}