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