actions property

List<Widget>? actions
final

actions for the app bar (optional) Camera switch and torch toggle buttons are added by default You can add more actions to the app bar using this parameter

Implementation

final List<Widget>? actions;