secondaryIconsOnPress property

List<Function> secondaryIconsOnPress
final

Required: secondaryIconsOnPress Change the list of onPress action, should be the same size of @secondaryIconsList and @secondaryIconsText Should have the same size of secondaryIconsText and secondaryIconsList

Implementation

final List<Function> secondaryIconsOnPress;