loginButtonWidget property
Widget
get
loginButtonWidget
override
This is a widget that will be child to the Login Body, or Login selector
list item.
E.g. Google Sign In or Facebook Sign in buttons
Implementation
@override
Widget get loginButtonWidget => Text("mock auth sign in");