NeumorphicFrostedGlassContainer constructor

const NeumorphicFrostedGlassContainer({
  1. Widget? child,
  2. ShapeBorder shape = const ContinuousRectangleBorder(),
  3. EdgeInsets padding = const EdgeInsets.all(0),
  4. EdgeInsets margin = const EdgeInsets.all(0),
  5. Color? accentColor,
  6. Alignment? accentAligment,
  7. double accentIntensity = 0,
  8. 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);