Is your feature request related to a problem? Please describe.
I want to center the actions buttons I added in the actionsBuilder property on the showRateDialog method.
However, as the builder must return a List<Widget>, I cannot specify the alignment.
Describe the solution you'd like
Be able to custom the entire dialog using Widget builder or with an improved DialogStyle class
Describe alternatives you've considered
- Specifying the buttons alignment in the
dialogStyle property
- Meeting Flutter standard and change the builder to make it return a
Widget as every other ..builder property are doing in the entire framework
Additional context
Your package is really cool and helps! Thanks a lot!
Is your feature request related to a problem? Please describe.
I want to center the actions buttons I added in the
actionsBuilderproperty on theshowRateDialogmethod.However, as the builder must return a
List<Widget>, I cannot specify the alignment.Describe the solution you'd like
Be able to custom the entire dialog using
Widgetbuilder or with an improvedDialogStyleclassDescribe alternatives you've considered
dialogStylepropertyWidgetas every other..builderproperty are doing in the entire frameworkAdditional context
Your package is really cool and helps! Thanks a lot!