widgets/select_menu_tile library
A tile that, when triggered, displays a list of options for the user to pick from.
See https://forui.dev/tile/select-menu-tile for working examples.
Classes
- 
  FSelectMenuTile<
T>  - A tile that, when triggered, displays a list of options for the user to pick from.
 - FSelectMenuTileStyle
 - A select menu tile's style.
 
Extensions
- $FSelectMenuTileStyleTransformations on FSelectMenuTileStyle
 - Provides copyWith and lerp methods.
 
Typedefs
- 
  FSelectMenuTileController<
T> = FMultiValueNotifier< T>  - A FSelectMenuTile's controller.