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