FunctionInheritedWidget constructor

const FunctionInheritedWidget({
  1. Key? key,
  2. required Widget child,
  3. List<int>? defaultChecks = const [],
  4. int defaultCheck = 0,
  5. bool allowMultipleChoice = false,
  6. FunctionContainerState? mangerState,
})

Implementation

const FunctionInheritedWidget({
  Key? key,
  required Widget child,
  this.defaultChecks=const [],
  this.defaultCheck=0,
  this.allowMultipleChoice= false ,
  this.mangerState
}) : super(key: key, child: child);