Scenario class

Constructors

Scenario({required String name, required Widget widget, required Screen screen, Widget wrap(Widget child)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screen Screen
final
size Size
no setter
widget Widget
final
wrap → (Widget Function(Widget child)?)
final

Methods

build(BoxDecoration? decoration) Widget
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