ViewTheme constructor
const
ViewTheme({
- Alignment? alignment,
- BoxDecoration? decoration,
- BoxConstraints? constraints,
- EdgeInsetsGeometry? padding,
- double? height,
- double? width,
Implementation
const ViewTheme({
this.alignment,
this.decoration,
this.constraints,
this.padding,
this.height,
this.width,
});