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

rowGap property

String get rowGap

Gets the value of "row-gap"

Implementation

String get rowGap => getPropertyValue('row-gap');
set rowGap (String value)

Sets the value of "row-gap"

Implementation

set rowGap(String value) {
 setProperty('row-gap', value, '');
}
CssStyleDeclarationBase class

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