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