ItemScreenMode class

Constructors

ItemScreenMode({AyncCallbackContext? function, List<ItemScreenMode>? modes, Object? label})
const

Properties

function AyncCallbackContext?
function to navigate to next screen
final
hashCode int
The hash code for this object.
no setterinherited
label Object?
label helps with naming the image in processor
final
modes List<ItemScreenMode>?
modes , used if you have nested like device frame , dark light mode before page
final
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