Closed rodydavis closed 1 year ago
There is no theme defined yet on the material app. How do you set useMaterial3 to true without a theme?
useMaterial3
You would have to add a minimal light theme: Theme.light(useMaterial3: true) and dark theme: Theme.dark(useMaterial3: true) themes
theme: Theme.light(useMaterial3: true)
theme: Theme.dark(useMaterial3: true)
Currently the app is only light theme, but i can add the place holder
Done!
There is no theme defined yet on the material app. How do you set
useMaterial3
to true without a theme?