IntroductionPageData class
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