BadgeOptions constructor
Implementation
const BadgeOptions({
this.active = true,
this.fontSize = 10,
this.backgroundColor,
this.foregroundColor,
this.width = 18,
this.height = 18,
});
const BadgeOptions({
this.active = true,
this.fontSize = 10,
this.backgroundColor,
this.foregroundColor,
this.width = 18,
this.height = 18,
});