menu
live_game_lib package
documentation
frontend/buttons/button_list.dart
ButtonList
buttons property
buttons property
dark_mode
light_mode
buttons
property
List
<
Button
>
buttons
final
The list of
Button
instances to be displayed.
Implementation
final List<Button> buttons;
live_game_lib package
documentation
frontend/buttons/button_list
ButtonList
buttons property
ButtonList class