isNonSolid property

bool get isNonSolid

Checks if the border style is non-solid (not equal to WxBorderStyle.solid.pattern).

Implementation

bool get isNonSolid => !isSolid;