CupertinoCalendarSelectAction<H extends Function> constructor
CupertinoCalendarSelectAction<H extends Function> (
- H? onPress,
- H? onLongPress
Create new preference of select action
Implementation
CupertinoCalendarSelectAction(this.onPress, this.onLongPress);