ListBindingFieldWidget constructor

const ListBindingFieldWidget({
  1. Key? key,
  2. required ListBindingFieldController controller,
})

Implementation

const ListBindingFieldWidget({super.key, required this.controller});