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