boxLines property
Gets the value of "box-lines"
Implementation
String get boxLines => getPropertyValue('box-lines');
Sets the value of "box-lines"
Implementation
set boxLines(String value) {
setProperty('box-lines', value, '');
}
api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Gets the value of "box-lines"
String get boxLines => getPropertyValue('box-lines');
Sets the value of "box-lines"
set boxLines(String value) {
setProperty('box-lines', value, '');
}