menu
bones_ui package
documentation
bones_ui_test.dart
CSSLength
isPx property
isPx property
dark_mode
light_mode
isPx
property
bool
get
isPx
Returns
true
if
unit
is of type
px
.
Implementation
bool get isPx => unit == CSSUnit.px;
bones_ui package
documentation
bones_ui_test
CSSLength
isPx property
CSSLength class