calendarButton method
Implementation
Widget calendarButton() => Padding(
padding: const EdgeInsets.only(right: 2),
child: AButton(
icon: Icons.calendar_month,
onPressed: openCalendarDialog,
),
);
Widget calendarButton() => Padding(
padding: const EdgeInsets.only(right: 2),
child: AButton(
icon: Icons.calendar_month,
onPressed: openCalendarDialog,
),
);