icons property

List<IconData>? icons
final

List of IconData representing the icon of each button Example: [Icons.wheather, Icons.home, Icons.wallet]

Implementation

final List<IconData>? icons;