RoundedButtonsRow constructor
const
RoundedButtonsRow({})
Implementation
const RoundedButtonsRow({
Key? key,
required this.titleOne,
required this.titleTwo,
required this.onPressedOne,
required this.onPressedTwo,
}) : super(key: key);