TwoColumnSlide class

Inheritance
Mixed-in types
Annotations
  • @MappableClass.new(discriminatorValue: LayoutType.twoColumn)

Constructors

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

Properties

background String?
finalinherited
contentOptions ContentOptions?
finalinherited
copyWith TwoColumnSlideCopyWith<TwoColumnSlide, TwoColumnSlide, TwoColumnSlide>
no setterinherited
data String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
layout String
finalinherited
left SectionData
no setter
raw String?
finalinherited
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

Static Properties

schema SchemaMap
final

Constants

fromJson → const TwoColumnSlide Function(String json)
fromMap → const TwoColumnSlide Function(Map<String, dynamic> map)