IntroductionSliderItem class
Constructors
- IntroductionSliderItem({Widget? logo, Widget? title, Widget? subtitle, Color? backgroundColor, Gradient? gradient, BackgroundImageDecoration? backgroundImageDecoration})
-
const
Properties
- backgroundColor → Color?
-
Background color of the introduction slider.
final
- backgroundImageDecoration → BackgroundImageDecoration?
-
Background image of the introduction slider.
final
- gradient → Gradient?
-
Gradient background of the introduction slider.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- logo → Widget?
-
Logo of the introduction slider.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subtitle → Widget?
-
Subtitle of the introduction slider.
final
- title → Widget?
-
Title of the introduction slider.
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