NeumorphicFrostedGlassContainer constructor
const
NeumorphicFrostedGlassContainer({
- Widget? child,
- ShapeBorder shape = const ContinuousRectangleBorder(),
- EdgeInsets padding = const EdgeInsets.all(0),
- EdgeInsets margin = const EdgeInsets.all(0),
- Color? accentColor,
- Alignment? accentAligment,
- double accentIntensity = 0,
- Key? key,
Implementation
const NeumorphicFrostedGlassContainer(
{this.child,
this.shape = const ContinuousRectangleBorder(),
this.padding = const EdgeInsets.all(0),
this.margin = const EdgeInsets.all(0),
this.accentColor,
this.accentAligment,
this.accentIntensity = 0,
Key? key})
: super(key: key);