NiceOnboardingIntroductionConfiguration class

Constructors

NiceOnboardingIntroductionConfiguration({Widget? title, required String imageUrl, required String paragraph, Widget? bodyWidget, BoxDecoration? boxDecoration, Widget? imageWidget, PageDecoration? pageDecoration, TextStyle? paragraphTextStyle})
const

Properties

bodyWidget Widget?
final
boxDecoration BoxDecoration?
final
hashCode int
The hash code for this object.
no setterinherited
imageUrl String
final
imageWidget Widget?
final
pageDecoration → PageDecoration?
final
paragraph String
final
paragraphTextStyle TextStyle?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Widget?
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