SplitSlide<T extends SplitOptions> class abstract

Inheritance
Mixed-in types
Implementers
Annotations
  • @MappableClass.new()

Constructors

SplitSlide({required T options, String? title, String? background, required ContentOptions? contentOptions, String? style, TransitionOptions? transition, required String data, required String layout, required String raw})

Properties

background String?
finalinherited
contentOptions ContentOptions?
finalinherited
copyWith SplitSlideCopyWith<SplitSlide<T>, SplitSlide<T>, SplitSlide<T>, T>
no setterinherited
data String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hashKey String
finalinherited
layout String
finalinherited
options → T
final
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