OnboardingDetail class

Description: An object that contains information to be shown in a category as a user is tabbing through the onboarding view.

Details: -All variables are required to be passed as non-null in the constructor.

Constructors

OnboardingDetail({required String detailTitle, required String detailBody, required Image detailImage, required IconData detailCategoryIcon})
const

Properties

detailBody String
The body of the detail that provides a short pitch about it.
final
detailCategoryIcon IconData
The icon related to the category.
final
detailImage Image
The image related to the detail.
final
detailTitle String
The title of your detail
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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