BezelConfig constructor

const BezelConfig({
  1. ImageProvider<Object>? image,
  2. EdgeInsets inset = EdgeInsets.zero,
  3. double cornerRadius = 36.0,
  4. Color color = const Color(0xFF111111),
  5. double thickness = 8.0,
})

Implementation

const BezelConfig({
  this.image,
  this.inset = EdgeInsets.zero,
  this.cornerRadius = 36.0,
  this.color = const Color(0xFF111111),
  this.thickness = 8.0,
});