FlutterInheritedState constructor

const FlutterInheritedState({
  1. String? name,
  2. bool useAsyncWorker = false,
})

Implementation

const FlutterInheritedState({
  this.name,
  this.useAsyncWorker = false,
});