BottomLoader class

Constructors

BottomLoader(BuildContext context, {bool? isDismissible, bool? showLogs, Widget? loader, ShapeBorder? shape})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
display() Future<bool>
hide() Future<bool>
isShowing() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
style({double? progress, double? maxProgress, String? message, Widget? progressWidget, Color? backgroundColor, TextStyle? progressTextStyle, TextStyle? messageTextStyle, double? elevation, Curve? insetAnimCurve}) → void
toString() String
A string representation of this object.
inherited
update({double? progress, double? maxProgress, String? message, Widget? progressWidget, TextStyle? progressTextStyle, TextStyle? messageTextStyle}) → void

Operators

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