ViewRoots constructor
const
ViewRoots({
- bool scrollable = true,
- bool position = true,
- bool flex = true,
- bool ratio = true,
- bool clickable = true,
- bool view = true,
- bool wrapper = true,
- bool constraints = true,
- bool margin = true,
- bool padding = true,
- bool decoration = true,
- bool shadow = true,
- bool shape = true,
- bool radius = true,
- bool border = true,
- bool background = true,
Implementation
const ViewRoots({
this.scrollable = true,
this.position = true,
this.flex = true,
this.ratio = true,
this.clickable = true,
this.view = true,
this.wrapper = true,
this.constraints = true,
this.margin = true,
this.padding = true,
this.decoration = true,
this.shadow = true,
this.shape = true,
this.radius = true,
this.border = true,
this.background = true,
});