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