SimpleSlide class
- Inheritance
- Mixed-in types
- Annotations
-
- @MappableClass.new(discriminatorValue: MappableClass.useAsDefault)
Constructors
- SimpleSlide({String? title, String? background, required ContentOptions? contentOptions, String? style, TransitionOptions? transition, required String raw, required String data})
Properties
- background → String?
-
finalinherited
- contentOptions → ContentOptions?
-
finalinherited
-
copyWith
→ SimpleSlideCopyWith<
SimpleSlide, SimpleSlide, SimpleSlide> -
no setterinherited
- data → String
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashKey → String
-
finalinherited
- layout → String
-
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 SimpleSlide Function(String json)
-
fromMap
→ const SimpleSlide Function(Map<
String, dynamic> map)