ViewRoots constructor

const ViewRoots({
  1. bool scrollable = true,
  2. bool position = true,
  3. bool flex = true,
  4. bool ratio = true,
  5. bool clickable = true,
  6. bool view = true,
  7. bool wrapper = true,
  8. bool constraints = true,
  9. bool margin = true,
  10. bool padding = true,
  11. bool decoration = true,
  12. bool shadow = true,
  13. bool shape = true,
  14. bool radius = true,
  15. bool border = true,
  16. 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,
});