MicrosoftButton constructor
- {Key key,
- @required Function onPressed,
- Color buttonColor,
- Color iconColor,
- double iconSize,
- bool isMinSize}
Implementation
const MicrosoftButton(
{Key key,
@required this.onPressed,
this.buttonColor,
this.iconColor,
this.iconSize, this.isMinSize})
: super(key: key);