AnimatedNotificationBellStyle constructor
const
AnimatedNotificationBellStyle({ - double notificationIconSize = 50,
- Color bellColor = Colors.black,
- Color amountCircleColor = Colors.red,
- double amountCircleSize = 25,
- TextStyle amountCircleTextStyle = const TextStyle(color: Colors.white, fontSize: 14, fontWeight: FontWeight.w700),
})
Implementation
const AnimatedNotificationBellStyle({
this.notificationIconSize = 50,
this.bellColor = Colors.black,
this.amountCircleColor = Colors.red,
this.amountCircleSize = 25,
this.amountCircleTextStyle = const TextStyle(
color: Colors.white,
fontSize: 14,
fontWeight: FontWeight.w700,
),
});