ltk

Function time_picker

Source
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 )