dart / 2.17.0 / dart-html / cssstyledeclarationbase / paddingtop.html /

paddingTop property

String paddingTop

Gets the value of "padding-top"

Implementation

String get paddingTop => getPropertyValue('padding-top');
void paddingTop=( String value)

Sets the value of "padding-top"

Implementation

set paddingTop(String value) {
  setProperty('padding-top', value, '');
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.17.0/dart-html/CssStyleDeclarationBase/paddingTop.html