pub fn time_picker<Msg: Clone + 'static>(value: Time) -> TimePicker<Msg>Expand description
Create a TimePicker with the given current time.
time_picker( self.time )
.minute_step( 5 )
.on_change( Msg::TimeChanged )pub fn time_picker<Msg: Clone + 'static>(value: Time) -> TimePicker<Msg>Create a TimePicker with the given current time.
time_picker( self.time )
.minute_step( 5 )
.on_change( Msg::TimeChanged )