hasFlexProperties property

bool get hasFlexProperties

Check if any flex properties are set

Implementation

bool get hasFlexProperties {
  return FlyFlexUtils.hasFlexProperties(flyStyle);
}