actions property

List<ActionButton>? actions
final

for material this will be a floating action button for cupertino, this will be a Icons.add in the navBar

Implementation

final List<ActionButton>? actions;