availableAfterHours property
Starts the picker in the current deevice hour plus the specified hours but disabling the before hours,
i.e. current time is 11:00 am and availableAfterHours = 2
, the picker will start at 1:00 pm
Implementation
final int? availableAfterHours;