prompt library
Classes
-
ChoicePrompt<
T> - ChoiceTrigger
-
ChoiceValueDisplay<
T> -
PromptedChoice<
T> - Widget to create prompted choice with single or multiple selection
Typedefs
-
ChoicePromptBuilder<
T> = Widget Function(ChoiceController< T> state, VoidCallback openModal) -
ChoicePromptDelegate<
T> = Future< List< Function(BuildContext context, Widget modal)T> ?>