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