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

description

String getflexShrink

Gets the value of "flex-shrink"

Implementation

String get flexShrink => getPropertyValue('flex-shrink');

setflexShrink (String value)

Sets the value of "flex-shrink"

Implementation

set flexShrink(String value) {
  setProperty('flex-shrink', value, '');
}