badgeWidget property

Widget? badgeWidget
final

Defines a widget that represents the section.

This can be anything from a text, an image, an animation, and even a combination of widgets. Use AnimatedWidgets to animate this widget.

Implementation

final Widget? badgeWidget;