of static method

Acessa o controller de escala

Implementation

static ScaleController of(BuildContext context) {
  final _AutoScaleFlutterInherited? inherited = context.dependOnInheritedWidgetOfExactType<_AutoScaleFlutterInherited>();
  assert(inherited != null, 'AutoScaleFlutter não encontrado. Use AutoScaleFlutter no MaterialApp');
  return inherited!.notifier!;
}