widget/provider/time_picker library

Classes

TimePickerProvider
TimePickerProvider is an inherited widget that created to holding state in the top of another widget. So all of the props in the TimePickerProvider can be consume directly by the children of the widget. But this can only consumed in the build scope, so if you have state and need to consume in the initState you can't use this, you need to pass the state via constructor instead.