icon property
The icon to display. Available icons are listed in FontAwesomeIcons.
The icon can be null, in which case the widget will render as an empty space of the specified size.
Implementation
final IconData? icon;
The icon to display. Available icons are listed in FontAwesomeIcons.
The icon can be null, in which case the widget will render as an empty space of the specified size.
final IconData? icon;