WxBorderPainter constructor
WxBorderPainter(
- ShapeBorder shape,
- TextDirection? textDirection
Creates a new WxBorderPainter instance.
shape
is required.
Implementation
WxBorderPainter(
this.shape,
this.textDirection,
);