ImageSlide class
- Inheritance
-
- Object
- Config
- Slide
- SplitSlide<
ImageOptions> - ImageSlide
- Mixed-in types
- Annotations
-
- @MappableClass.new(discriminatorValue: LayoutType.image)
Constructors
- ImageSlide({String? title, String? style, String? background, required ContentOptions? contentOptions, TransitionOptions? transition, required String data, required ImageOptions options, required String raw})
Properties
- background → String?
-
finalinherited
- contentOptions → ContentOptions?
-
finalinherited
-
copyWith
→ ImageSlideCopyWith<
ImageSlide, ImageSlide, ImageSlide> -
no setterinherited
- data → String
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashKey → String
-
finalinherited
- layout → String
-
finalinherited
- options → ImageOptions
-
finalinherited
- raw → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → String?
-
finalinherited
- styleVariant → SlideVariant?
-
no setterinherited
- title → String?
-
finalinherited
- transition → TransitionOptions?
-
finalinherited
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
Constants
- fromJson → const ImageSlide Function(String json)
-
fromMap
→ const ImageSlide Function(Map<
String, dynamic> map)