IntroPageViewRF class

Constructors

IntroPageViewRF.new({Color? pageColor, String? iconImageAssetPath, Color bubbleBackgroundColor = Colors.pinkAccent, Color? iconColor, @required Widget? title, @required Widget? body, @required Widget? mainImage, Widget? bubble, TextStyle? textStyle, TextStyle? titleTextStyle, TextStyle? bodyTextStyle})

Properties

body Widget?
widget for the body
final
bodyTextStyle TextStyle?
set default TextStyle for body
final
bubble Widget?
bubble inner Widget
final
bubbleBackgroundColor Color
color for background of progress bubbles
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color?
iconColor
final
iconImageAssetPath String?
icon image path
final
mainImage Widget?
Image Widget
final
mergedBodyTextStyle TextStyle
no setter
mergedTitleTextStyle TextStyle
no setter
pageColor Color?
Page BackGround Color
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
set default TextStyle for title and body
final
title Widget?
widget for the title
final
titleTextStyle TextStyle?
set default TextStyle for title
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