availableAfterMinutes property
Starts the picker in the current device minutes plus the specified minutes but disabling the before minute,
i.e. current time is 11:40 am and availableAfterMinutes = 20
, the picker will start at 12:00 am
Implementation
final int? availableAfterMinutes;