HightlightPaint constructor

HightlightPaint({
  1. required String text,
  2. required TextStyle style,
  3. required double maxWidth,
  4. required double radius,
  5. required Color colors,
  6. required TextAlign textAlign,
  7. required double bold,
  8. required bool isAllCornerRound,
})

Implementation

HightlightPaint({
  required this.text,
  required this.style,
  required this.maxWidth,
  required this.radius,
  required this.colors,
  required this.textAlign,
  required this.bold,
  required this.isAllCornerRound,
});