ButtonLoader class
Constructors
-
ButtonLoader.new({IconData? successIcon, Color? successIconColor = Colors.green, IconData? errorIcon, Color? errorIconColor = Colors.red, Widget? loader, CircularProgressIndicator androidLoader = const CircularProgressIndicator(color: Colors.white), CupertinoActivityIndicator iosLoader = const cup.CupertinoActivityIndicator(color: Colors.white), ProgressRing fluentUILoader = const fluent.ProgressRing(activeColor: Colors.white), Duration animatedDuration = const Duration(milliseconds: 500), Color backgroundLoaderColor = const Color.fromRGBO(4, 99, 180, 1), double? loaderContainerHeight, double? loaderContainerWidth, Widget? customWidgetInSuccess, Widget? customWidgetInError})
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited