ChatBoxBorderPainter constructor

const ChatBoxBorderPainter({
  1. required BoxLocation boxLocation,
  2. required double tailSize,
  3. double strokeWidth = 2.0,
  4. Color strokeColor = const Color(0xFF000000),
})

Implementation

const ChatBoxBorderPainter({
  required this.boxLocation,
  required this.tailSize,
  this.strokeWidth = 2.0,
  this.strokeColor = const Color(0xFF000000),
});