labels property

List<String>? labels
final

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

Implementation

final List<String>? labels;