BezelConfig constructor
const
BezelConfig({
- ImageProvider<
Object> ? image, - EdgeInsets inset = EdgeInsets.zero,
- double cornerRadius = 36.0,
- Color color = const Color(0xFF111111),
- 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,
});