gridAutoFlow property - CssStyleDeclarationBase class - dart:html library (original) (raw)

description

String getgridAutoFlow

Gets the value of "grid-auto-flow"

Implementation

String get gridAutoFlow => getPropertyValue('grid-auto-flow');

setgridAutoFlow (String value)

Sets the value of "grid-auto-flow"

Implementation

set gridAutoFlow(String value) {
  setProperty('grid-auto-flow', value, '');
}