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