SectionsSlide class abstract

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

Constructors

SectionsSlide({String? title, String? background, required ContentOptions? contentOptions, String? style, TransitionOptions? transition, required String data, Map<String, ContentOptions?> sections = const {}, required String layout, required String raw})

Properties

background String?
finalinherited
contentOptions ContentOptions?
finalinherited
copyWith SectionsSlideCopyWith<SectionsSlide, SectionsSlide, SectionsSlide>
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
sections Map<String, ContentOptions?>
final
style String?
finalinherited
styleVariant SlideVariant?
no setterinherited
title String?
finalinherited
transition TransitionOptions?
finalinherited

Methods

getSection(String section, [String? sectionFallback]) SectionData
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