loginButtonWidget property

  1. @override
Widget 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");