LYGlassContainer constructor

const LYGlassContainer({
  1. Key? key,
  2. double? sigma,
  3. double? cornerRadius,
  4. double? borderWidth,
  5. double? width,
  6. double? height,
  7. EdgeInsetsGeometry? margin,
  8. Widget? child,
})

Implementation

const LYGlassContainer({
  super.key,
  this.sigma,
  this.cornerRadius,
  this.borderWidth,
  this.width,
  this.height,
  this.margin,
  this.child,
});