DockingThemeData class

The Docking theme. Defines the configuration of the overall visual Theme for a widget subtree within the app.

Constructors

DockingThemeData({IconProvider? restoreIcon, IconProvider? maximizeIcon})

Properties

hashCode int
The hash code for this object.
no setteroverride
maximizeIcon IconProvider
Icon for the maximize button.
getter/setter pair
restoreIcon IconProvider
Icon for the restore button.
getter/setter pair
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.
override