isNonSolid property
bool
get
isNonSolid
Checks if the border style is non-solid (not equal to WxBorderStyle.solid.pattern).
Implementation
bool get isNonSolid => !isSolid;
Checks if the border style is non-solid (not equal to WxBorderStyle.solid.pattern).
bool get isNonSolid => !isSolid;