ShapeBorderPainter constructor

ShapeBorderPainter(
  1. OutlinedBorder shape,
  2. TextDirection? textDirection,
  3. double? inflate
)

Implementation

ShapeBorderPainter(this.shape, this.textDirection, this.inflate);