Binds<S> constructor
Constructs a Binds widget with the provided bindings and child widget.
Implementation
Binds({
required this.binds,
required this.child,
super.key,
}) : assert(binds.isNotEmpty, "binds should not be empty");