update static method
Implementation
static void update(BuildContext context, NeumorphismThemeUpdater updater) {
final theme = of(context);
if (theme == null) return;
return theme.update(updater);
}
static void update(BuildContext context, NeumorphismThemeUpdater updater) {
final theme = of(context);
if (theme == null) return;
return theme.update(updater);
}