LoadingThemeData class

Constructors

LoadingThemeData({Color backgroundColor = Colors.black54, Color loadingBackgroundColor = Colors.white, EdgeInsets loadingPadding = const EdgeInsets.all(8.0), Size loadingSize = const Size(55, 55), bool tapDismiss = true, Duration animDuration = const Duration(milliseconds: 300), BorderRadiusGeometry borderRadius = const BorderRadius.all(Radius.circular(8))})
factory
LoadingThemeData.raw(Color backgroundColor, Color loadingBackgroundColor, EdgeInsets loadingPadding, Size loadingSize, bool tapDismiss, Duration animDuration, BorderRadiusGeometry borderRadius)
const

Properties

animDuration Duration
final
backgroundColor Color
final
borderRadius BorderRadiusGeometry
final
hashCode int
The hash code for this object.
no setterinherited
loadingBackgroundColor Color
final
loadingPadding EdgeInsets
final
loadingSize Size
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tapDismiss bool
final

Methods

copyWith({Color? backgroundColor, Color? loadingBackgroundColor, EdgeInsets? loadingPadding, Size? loadingSize, bool? tapDismiss, Duration? animDuration, BorderRadiusGeometry? borderRadius}) LoadingThemeData
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