EJStep class

Constructors

EJStep({Widget? title, Widget? subtitle, required Widget content, EJStepState state = EJStepState.enable, Widget? stepEnteredLeftWidget, Widget? leftWidget})
const

Properties

content Widget
The content of the step that appears below the title and subtitle.
final
hashCode int
The hash code for this object.
no setterinherited
leftWidget Widget?
The Widget which appears next to the title and subtitle when step is not entered.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state EJStepState
The state of the step which determines the styling of its components.
final
stepEnteredLeftWidget Widget?
The Widget which appears next to the content and below the title and subtitle when step is entered.
final
subtitle Widget?
The subtitle of the step that appears below the title and has a smaller font size. It typically gives more details that complement the title.
final
title Widget?
The title of the step that typically describes it.
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