hasFlexProperties property
bool
get
hasFlexProperties
Check if any flex properties are set
Implementation
bool get hasFlexProperties {
return FlyFlexUtils.hasFlexProperties(flyStyle);
}
Check if any flex properties are set
bool get hasFlexProperties {
return FlyFlexUtils.hasFlexProperties(flyStyle);
}