NewEventTile constructor

const NewEventTile(
  1. {Key? key,
  2. required DateTime lowerBound}
)

Implementation

const NewEventTile({
  super.key,
  required this.lowerBound,
});