ConsoleOverlay class

Constructors

ConsoleOverlay()

Properties

baseContext BuildContext
getter/setter pair
foldView Widget?
折叠时
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logUIWidgetKey GlobalKey<ConsoleWidgetState>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topOverlay OverlayState
getter/setter pair
unFoldView ConsoleWidget
展开时的Widget
getter/setter pair

Methods

createFoldDragTarget({required Offset offset}) → void
createUnfoldDragTarget({required Offset offset}) → void
foldAction() → void
变为折叠
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refresh() → void
show({required OverlayState baseOverlay, required ConsoleStream contentStream, double y = 200}) → void
toString() String
A string representation of this object.
inherited
unfoldWidgetUpdate() → void
展开的变动

Operators

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