how to change the tigger widget? #2
Unanswered
JasonWithJson
asked this question in
Q&A
Replies: 1 comment
|
To change the trigger widget, you can use the PromptedChoice(
...,
anchorBuilder: (state, openPrompt) {
return YourTriggerWidget(
onTap: openPrompt,
);
},
)Also, you can use the customizable default trigger builder PromptedChoice(
...,
anchorBuilder: ChoiceAnchor.create(valueTruncate: 1),
) |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
how to change the tigger widget
All reactions