TwoColumnHeaderSlide class
- Inheritance
-
- Object
- Config
- Slide
- SectionsSlide
- TwoColumnHeaderSlide
- Mixed-in types
- Annotations
-
- @MappableClass.new(discriminatorValue: LayoutType.twoColumnHeader)
Constructors
-
TwoColumnHeaderSlide({String? title, String? background, required ContentOptions? contentOptions, String? style, TransitionOptions? transition, required String data, Map<
String, ContentOptions?> sections = const {}, required String raw})
Properties
- background → String?
-
finalinherited
- contentOptions → ContentOptions?
-
finalinherited
-
copyWith
→ TwoColumnHeaderSlideCopyWith<
TwoColumnHeaderSlide, TwoColumnHeaderSlide, TwoColumnHeaderSlide> -
no setterinherited
- data → String
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashKey → String
-
finalinherited
- header → SectionData
-
no setter
- layout → String
-
finalinherited
- left → SectionData
-
no setter
- raw → String
-
finalinherited
- right → SectionData
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sections
→ Map<
String, ContentOptions?> -
finalinherited
- style → String?
-
finalinherited
- styleVariant → SlideVariant?
-
no setterinherited
- title → String?
-
finalinherited
- transition → TransitionOptions?
-
finalinherited
Methods
-
getSection(
String section, [String? sectionFallback]) → SectionData -
inherited
-
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 TwoColumnHeaderSlide Function(String json)
-
fromMap
→ const TwoColumnHeaderSlide Function(Map<
String, dynamic> map)