isSolid property
bool
get
isSolid
Checks if the border style is solid (pattern is equal to WxBorderStyle.solid.pattern
).
Implementation
bool get isSolid => listEquals(pattern, WxBorderStyle.solid.pattern);