WxBorderPainter constructor

WxBorderPainter(
  1. ShapeBorder shape,
  2. TextDirection? textDirection
)

Creates a new WxBorderPainter instance.

shape is required.

Implementation

WxBorderPainter(
  this.shape,
  this.textDirection,
);