SmartLoadingParams class

Configuration for customizing loading indicator appearance.

Used with SmartDialogManager.showLoading to define the visual properties of a loading dialog.

Constructors

SmartLoadingParams.new({Icon? icon, Color? backgroundColor})
Creates a SmartLoadingParams instance.

Properties

backgroundColor Color?
Background color of the loading overlay (default: white).
final
hashCode int
The hash code for this object.
no setterinherited
icon Icon?
Optional custom icon to display during loading (default: spinning refresh icon).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Icon? icon, Color? backgroundColor}) SmartLoadingParams
Creates a new instance with updated values.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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