pub fn color_button<'a, Message: 'static>( on_press: Option<Message>, color: Option<Color>, icon_portion: Length, ) -> Button<'a, Message>
A button for selecting a color from a color picker.