ScreenBuilder<T extends Widget> class

Data that might be useful in constructing a Widget screen.

Annotations

Constructors

ScreenBuilder({required ScreenBuilderCallback<T> screenBuilder})
Creates data used to construct screens.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenBuilder ScreenBuilderCallback<T>
final

Methods

copyWith({String? name, Object? arguments, ScreenBuilderCallback<T>? screenBuilder}) ScreenBuilder<T>
Creates a copy of this screen builder object with the given fields replaced with the new values.
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