FontCustomButton constructor
const
FontCustomButton({})
Creates a new button with icon
as the content
Implementation
const FontCustomButton({
Key? key,
this.onClick = _doNothing,
this.icon = const SizedBox(),
}) : super(key: key);