ViewTheme constructor

const ViewTheme({
  1. Alignment? alignment,
  2. BoxDecoration? decoration,
  3. BoxConstraints? constraints,
  4. EdgeInsetsGeometry? padding,
  5. double? height,
  6. double? width,
})

Implementation

const ViewTheme({
  this.alignment,
  this.decoration,
  this.constraints,
  this.padding,
  this.height,
  this.width,
});