LayoutConfig constructor
const
LayoutConfig({
- double? width,
- double? height,
- double? maxWidth,
- double? maxHeight,
- EdgeInsets? padding,
- EdgeInsets? margin,
- bool expand = true,
- double? aspectRatio,
Implementation
const LayoutConfig({
this.width,
this.height,
this.maxWidth,
this.maxHeight,
this.padding,
this.margin,
this.expand = true,
this.aspectRatio,
});