Home > Mobile >  Customizing Flutterfire_UI package - Can't change background color or remove items
Customizing Flutterfire_UI package - Can't change background color or remove items

Time:08-10

I have been following the documentation enter image description here

Thanks in advance for any pointers or tips!

CodePudding user response:

I think it is fetching colour from scaffold. You can try

scaffoldBackgroundColor : Colors.red,

Not sure if you can change the text using the sign in screen widget. If you wish to customise the widgets please take a look at AuthFlowBuilder

Reference https://firebase.flutter.dev/docs/ui/auth/building-a-custom-ui/

  • Related