menu
dart_html_dsl package
documentation
dart_html_dsl.dart
CssUinitProperty
cssMaxHeight method
cssMaxHeight method
dark_mode
light_mode
cssMaxHeight
method
CssProperty
cssMaxHeight
(
CssUnit
value
)
Implementation
CssProperty cssMaxHeight(CssUnit value) => add('max-height', value.css);
dart_html_dsl package
documentation
dart_html_dsl
CssUinitProperty
cssMaxHeight method
CssUinitProperty extension on
CssProperty