TwoText constructor
const
TwoText({})
Implementation
const TwoText(
{super.key,
required this.first,
required this.second,
this.firstStyle,
this.separator = ": ",
this.secondStyle,});
const TwoText(
{super.key,
required this.first,
required this.second,
this.firstStyle,
this.separator = ": ",
this.secondStyle,});