BlurryContainer.expand constructor
const
BlurryContainer.expand({
- Key? key,
- required Widget child,
- double blur = 5,
- double elevation = 0,
- EdgeInsetsGeometry padding = const EdgeInsets.all(8),
- Color color = Colors.transparent,
- BorderRadius borderRadius = BorderRadius.zero,
Implementation
const BlurryContainer.expand({
Key? key,
required this.child,
this.blur = 5,
this.elevation = 0,
this.padding = const EdgeInsets.all(8),
this.color = Colors.transparent,
this.borderRadius = BorderRadius.zero,
}) : width = double.infinity,
height = double.infinity,
super(key: key);