RatioTwoText constructor
const
RatioTwoText({})
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});