builder method

  1. @override
Widget builder(
  1. BuildContext context
)
override

Implementation

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