StructureBindingProvider constructor
const
StructureBindingProvider({
- Key? key,
- required Widget child,
- required StructureBindingController controller,
- ValidationTrigger? validationTrigger,
- AnnotationTransformer? annotationTransformer,
Creates a new StructureBindingProvider with the given controller and child.
Implementation
const StructureBindingProvider({
super.key,
required super.child,
required this.controller,
this.validationTrigger,
this.annotationTransformer,
});