FacebookButton constructor
const
FacebookButton({})
Implementation
const FacebookButton(
{Key? key,
required this.onPressed,
this.buttonColor,
this.iconColor,
this.iconSize,
this.isMinSize})
: super(key: key);