FPersistentSheetController class

A sheet controller.

Properties

hashCode int
The hash code for this object.
no setterinherited
keepAliveOffstage bool
True if the sheet to which this controller is attached should be kept alive even when it is offstage. Setting it to true retains the sheet's state even when it is not visible. Defaults to false. Keeping multiple sheets alive even when offstage can negatively impact performance.
final
key Key
The sheet's key.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setState StateSetter
Marks the sheet as needing to be rebuilt.
final
shown bool
True if the sheet is shown.
no setter

Methods

dispose() → void
Disposes of the controller.
hide() TickerFuture
Hides the sheet if it is shown.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show() TickerFuture
Shows the sheet if it is hidden.
toggle() TickerFuture
Shows the sheet if it is hidden and hides it if it is shown.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited