effectiveStyle property

WxBorderStyle get effectiveStyle

Returns the effective style of the border, using WxBorderStyle.solid by default.

Implementation

WxBorderStyle get effectiveStyle => style ?? WxBorderStyle.solid;