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
Wraps the widget with a banner if not disabled.