itemActions property

List<VoidCallback> itemActions
final

A list of VoidCallbacks that provide actions to the itemTitles. Make sure the VoidCallback has the same index as the title, e.g: itemTitles: "Text Ryan", "Call Amanda", "Facetime Fouzan", textRyan(), callAmanda(), facetimeFouzan()

Implementation

final List<VoidCallback> itemActions;