LocaleNotifier constructor

LocaleNotifier({
  1. _LocaleBuilderState? state,
  2. required Widget child,
})

Implementation

LocaleNotifier({
  this.state,
  required Widget child,
}) : super(child: child);