AppBarBuilderArgs typedef

AppBarBuilderArgs = Widget Function(String title, String? subtitle, void onBackButtonPressed(BuildContext context)?)

Implementation

typedef AppBarBuilderArgs =
    Widget Function(String title, String? subtitle, void Function(BuildContext context)? onBackButtonPressed);