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