padding property
override
Gets the value of "padding"
Implementation
String get padding => this._padding;
override
Sets the value of "padding"
Implementation
set padding(String? value) {
_padding = value == null ? '' : 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 "padding"
String get padding => this._padding;
Sets the value of "padding"
set padding(String? value) {
_padding = value == null ? '' : value;
}