builder method
Implementation
@override
Widget builder(BuildContext context) {
return _TimerCard(
timeRemaining: timeRemaining,
backgroundColor: backgroundColor,
toShowClockIcon: showClockIcon);
}
@override
Widget builder(BuildContext context) {
return _TimerCard(
timeRemaining: timeRemaining,
backgroundColor: backgroundColor,
toShowClockIcon: showClockIcon);
}