HighlightTextRounded constructor
const
HighlightTextRounded({})
Implementation
const HighlightTextRounded({
Key? key,
required this.text,
required this.style,
this.maxWidth,
this.radius = 5,
this.markColor = Colors.white,
this.textAlign = TextAlign.center,
this.bold = 5,
this.isAllCornerRound = true,
}) : super(key: key);