ModelBinding constructor
const
ModelBinding({
- Key? key,
- GalleryOptions initialModel = const GalleryOptions(),
- Widget? child,
Implementation
const ModelBinding({
Key? key,
this.initialModel = const GalleryOptions(),
this.child,
}) : assert(initialModel != null),
super(key: key);