Ezaldeen99 / material_dialogs

A Flutter library aims to help you create animated, simple, and stylish Material Dialogs in your app.
Apache License 2.0
94 stars 47 forks source link

Add surfaceTintColor property to solve the background color problem of material 3? #30

Open yw-forGit opened 9 months ago

yw-forGit commented 9 months ago

Using corlor property (Dialogs.materialDialog), dialog background color is not working, add surfaceTintColor property to solve.

Dialog( backgroundColor: Colors.white, surfaceTintColor: Colors.transparent)

26 On Material 3, dialog background color as white is not working