update static method
Update the theme using a function
Implementation
static void update(
BuildContext context,
FlyThemeData Function(FlyThemeData current) updater,
) {
_getNotifier(context)?.update(updater);
}
Update the theme using a function
static void update(
BuildContext context,
FlyThemeData Function(FlyThemeData current) updater,
) {
_getNotifier(context)?.update(updater);
}