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 set
no setter
hasBorderRadius bool

Available on FlyStyle, provided by the FlyStyleChecks extension

Check if any border radius is set
no setter
hasFlexProperties bool

Available on FlyStyle, provided by the FlyStyleChecks extension

Check if any flex properties are set
no setter
hasLayoutProperties bool

Available on FlyStyle, provided by the FlyStyleChecks extension

Check if any layout properties are set
no setter
hasMargin bool

Available on FlyStyle, provided by the FlyStyleChecks extension

Check if any margin is set
no setter
hasPadding bool

Available on FlyStyle, provided by the FlyStyleChecks extension

Check if any padding is set
no setter
hasPositionProperties bool

Available on FlyStyle, provided by the FlyStyleChecks extension

Check if any position properties are set
no setter
hasSize bool

Available on FlyStyle, provided by the FlyStyleChecks extension

Check if any size is set
no setter
hasTextProperties bool

Available on FlyStyle, provided by the FlyStyleChecks extension

Check if this style has any text properties that could be inherited
no setter