gap property Null safety

String gap

Gets the value of "gap"

Implementation

String get gap => getPropertyValue('gap');
void gap=(String value)

Sets the value of "gap"

Implementation

set gap(String value) {
  setProperty('gap', value, '');
}