IntroductionPageData class

Annotations

Constructors

IntroductionPageData({required Map<String, String> title, required Map<String, String> content, String? contentImage, String? backgroundImage, Color? backgroundColor})
const

Properties

backgroundColor Color?
Optional background color of the introduction page (defaults to transparent)
final
backgroundImage String?
The imageUrl of the background image of the introduction page
final
content Map<String, String>
The content of the introduction page in different languages
final
contentImage String?
The imageUrl of the graphic on the introduction page
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Map<String, String>
The title of the introduction page in different languages
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited