GlassMorphismConfiguration constructor

const GlassMorphismConfiguration({
  1. Color? borderColor,
  2. double? strokeWidth,
  3. Color? backgroundColor,
  4. double? borderRadius,
})

Implementation

const GlassMorphismConfiguration({
  this.borderColor,
  this.strokeWidth,
  this.backgroundColor,
  this.borderRadius,
});