Gets the value of "caption-side"
String get captionSide => this._captionSide;
Sets the value of "caption-side"
set captionSide(String value) { _captionSide = value == null ? '' : value; }