CustomImageThemeData class
Constructors
- CustomImageThemeData.new({ImageErrorWidgetBuilder? errorBuilder, ImageLoadingBuilder? loadingBuilder, Curve curve = Curves.easeInOut, Duration animationDuration = const Duration(milliseconds: 200)})
-
const
Properties
- animationDuration → Duration
-
final
- curve → Curve
-
final
- errorBuilder → ImageErrorWidgetBuilder?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- loadingBuilder → ImageLoadingBuilder?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{ImageErrorWidgetBuilder? errorBuilder, ImageLoadingBuilder? loadingBuilder, Curve? curve, Duration? animationDuration}) → CustomImageThemeData -
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.
override
Static Methods
-
lerp(
CustomImageThemeData? a, CustomImageThemeData? b, double t) → CustomImageThemeData -
maybeOf(
BuildContext context) → CustomImageThemeData? -
of(
BuildContext context) → CustomImageThemeData