SlideshowPage class

Represents one page of the Slideshow

Constructors

SlideshowPage({required String titleText, Widget? icon, String? buttonText, String? captionText, bool? centerTitle, Widget? captionWidget, Color? nextButtonTextColor, Widget? bottomWidget})

Properties

bottomWidget Widget?
Defines Widget for the bottom, usually is something minor like a privacy policy link
final
buttonText String?
Text for the Button (Button is only showed when != null and notEmpty)
final
captionText String?
Text for the caption (one of captionText and captionWidget has to be filled. Also only one can be filled)
final
captionWidget Widget?
Widget for the caption (one of captionText and captionWidget has to be filled. Also only one can be filled)
final
centerTitle bool?
Defines if the Title is centered in in the AppBar
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
Icon for the SlideshowPage
final
nextButtonTextColor Color?
Color of the text on the button
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleText String
Title of the SlideshowPage
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