snap method
Snaps the current sheet controller to an extent Picker must be open to an index
Implementation
void snap(PickerExpansion extent) => _state != null ? _state!.snapPickerTo(extent) : null;
Snaps the current sheet controller to an extent Picker must be open to an index
void snap(PickerExpansion extent) => _state != null ? _state!.snapPickerTo(extent) : null;