~~NOTRANS~~ ~~Title: Combobox styling (Linked cell editor)~~ A Combobox or Linked Cell Editor usually opens a popup which shows possible values. You can choose one value. Our standard implementation looks like: {{:flutterui:linkedcelleditor.png?nolink&width=400|}} But we also have different styles: ''f_as_bottomsheet'' {{:flutterui:linkedcelleditor_bottom.png?nolink&width_400|}} or as popup: ''f_as_popup'' {{:flutterui:linkedcelleditor_popup.png?nolink&width=400|}} The popup has different options: ''f_popup_jump'' ''f_popup_fade_in_bounce'' (default) ''f_popup_fade_in_down'' ''f_popup_fade_in_roll_down'' Short videos:

The bottom sheet variant.

As popup with fade_in_bounce.

As popup with jump.

As popup with fade_in_down.

As popup with fade_in_roll_down.