isPercentage property
bool
get
isPercentage
Implementation
bool get isPercentage {
return type == CSSLengthType.PERCENTAGE;
}
bool get isPercentage {
return type == CSSLengthType.PERCENTAGE;
}