AppBarButtonPressedListener typedef

AppBarButtonPressedListener = void Function(dynamic id)

A listener used as the argument for startAppBarButtonPressedListener.

Gets the unique id of the custom app bar button item that was pressed.

Implementation

typedef void AppBarButtonPressedListener(dynamic id);