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