ListBindingStyle constructor
const
ListBindingStyle({
- String? addButtonLabel,
- double? spacing,
- ListBindingViewFactory? viewFactory,
- String? itemLabel,
Implementation
const ListBindingStyle({this.addButtonLabel, this.spacing, this.viewFactory, this.itemLabel});