setRootConstraints method
Overrides constraints used when rendering the root.
Implementation
void setRootConstraints(BoxConstraints? constraints) {
_rootConstraints = constraints;
}
Overrides constraints used when rendering the root.
void setRootConstraints(BoxConstraints? constraints) {
_rootConstraints = constraints;
}