ListBindingStyle constructor

const ListBindingStyle({
  1. String? addButtonLabel,
  2. double? spacing,
  3. ListBindingViewFactory? viewFactory,
  4. String? itemLabel,
})

Implementation

const ListBindingStyle({this.addButtonLabel, this.spacing, this.viewFactory, this.itemLabel});