outline property
Gets the value of "outline"
Implementation
String get outline => getPropertyValue('outline');
Sets the value of "outline"
Implementation
set outline(String value) {
setProperty('outline', 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 "outline"
String get outline => getPropertyValue('outline');
Sets the value of "outline"
set outline(String value) {
setProperty('outline', value, '');
}