TwoText constructor
const
TwoText({})
Creates a TwoText widget.
first and second are the main texts to display.
Implementation
const TwoText({
super.key,
required this.first,
required this.second,
this.firstStyle,
this.separator = ": ",
this.secondStyle,
});