OnboardingStep class

One row of the right-side step list inside OnboardingPageScaffold.

Mirrors the mock's .step selector (see dutato-design-v2/.../v2/mocks/onboarding.html:32-43): a roman numeral in italic ochre, a serif title, and an italic-serif body.

Annotations

Constructors

OnboardingStep({required String numeral, required String title, required String body})
const

Properties

body String
final
hashCode int
The hash code for this object.
no setterinherited
numeral String
Roman numeral or short label rendered in Instrument Serif italic ochre, e.g. I., II., III..
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
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