CupertinoCalendarSelectAction<H extends Function> constructor

CupertinoCalendarSelectAction<H extends Function>(
  1. H? onPress,
  2. H? onLongPress
)

Create new preference of select action

Implementation

CupertinoCalendarSelectAction(this.onPress, this.onLongPress);