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