secondaryIconsText property

List<String>? secondaryIconsText
final

secondaryIconsText Change the list of text of secondary FAB, should be the same size of @secondaryIconsList and @secondaryIconsOnPress This will be the tooltip of the secondary FAB, by default there is no tooltip. if not null, should have the same size of secondaryIconsOnPress and secondaryIconsList

Implementation

final List<String>? secondaryIconsText;