menu
  1. Dart
  2. dart:html
  3. CssStyleDeclarationBase
  4. bottom property
bottom

bottom property

String get bottom

Gets the value of "bottom"

Implementation

String get bottom => getPropertyValue('bottom');
set bottom (String value)

Sets the value of "bottom"

Implementation

set bottom(String value) {
 setProperty('bottom', value, '');
}
CssStyleDeclarationBase class

AltStyle によって変換されたページ (->オリジナル) /