AnimatedNotificationBellStyle class

A class that defines the style for the animated notification bell.

Constructors

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)})
const

Properties

amountCircleColor Color
The color of the notification amount circle.
final
amountCircleSize double
The size of the notification amount circle.
final
amountCircleTextStyle TextStyle
The text style of the notification amount.
final
bellColor Color
The color of the notification bell icon.
final
hashCode int
The hash code for this object.
no setterinherited
notificationIconSize double
The size of the icon.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited