CustomWidgetBanner extension
A set of extensions on the base Widget class to add custom banner functionality.
- on
Methods
-
cBanner(
{bool disable = false, required BannerLocation location, required String message, required Color color, double crop = 0}) → Widget -
Available on Widget, provided by the CustomWidgetBanner extension
Wraps the widget with a banner if not disabled.