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