SignInWithMicrosoft constructor
- {Key key,
- @required Function onPressed,
- Color buttonColor,
- Color fontColor,
- String title,
- double fontSize}
Implementation
const SignInWithMicrosoft(
{Key key,
@required this.onPressed,
this.buttonColor,
this.fontColor,
this.title,
this.fontSize})
: super(key: key);