AppBarChanged typedef

AppBarChanged = dynamic Function(AppBarModel? value)

Implementation

typedef AppBarChanged = Function(AppBarModel? value);