PrimaryButton<T extends CalendarEvent> constructor
const
PrimaryButton<T extends CalendarEvent> ({})
Implementation
const PrimaryButton({
super.key,
required super.text,
super.onPressed,
super.icon,
});