ImageOptions class
- Inheritance
-
- Object
- SplitOptions
- ImageOptions
- Mixed-in types
- Annotations
-
- @MappableClass.new()
Constructors
- ImageOptions({required String src, ImageFit? fit, int flex = 1, LayoutPosition position = LayoutPosition.right})
-
const
Properties
-
copyWith
→ ImageOptionsCopyWith<
ImageOptions, ImageOptions, ImageOptions> -
no setterinherited
- fit → ImageFit?
-
final
- flex → int
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- position → LayoutPosition
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- src → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited