FlyStyleChecks extension
Extension on FlyStyle to provide property checking methods
This keeps the property checking logic separate from the data class while maintaining the same API for existing code.
- on
Properties
- hasBorder → bool
-
Available on FlyStyle, provided by the FlyStyleChecks extension
Check if any border is setno setter - hasBorderRadius → bool
-
Available on FlyStyle, provided by the FlyStyleChecks extension
Check if any border radius is setno setter - hasFlexProperties → bool
-
Available on FlyStyle, provided by the FlyStyleChecks extension
Check if any flex properties are setno setter - hasLayoutProperties → bool
-
Available on FlyStyle, provided by the FlyStyleChecks extension
Check if any layout properties are setno setter - hasMargin → bool
-
Available on FlyStyle, provided by the FlyStyleChecks extension
Check if any margin is setno setter - hasPadding → bool
-
Available on FlyStyle, provided by the FlyStyleChecks extension
Check if any padding is setno setter - hasPositionProperties → bool
-
Available on FlyStyle, provided by the FlyStyleChecks extension
Check if any position properties are setno setter - hasSize → bool
-
Available on FlyStyle, provided by the FlyStyleChecks extension
Check if any size is setno setter - hasTextProperties → bool
-
Available on FlyStyle, provided by the FlyStyleChecks extension
Check if this style has any text properties that could be inheritedno setter