Skip to content

Custom actions - Center actions #88

@flogaribal

Description

@flogaribal

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!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions