FontIconButton constructor
const
FontIconButton(})
Creates a new button with icon
as a child (text)
Implementation
const FontIconButton(
this.icon, {
Key? key,
this.onClick = _doNothing,
required this.color,
}) : super(key: key);