AdwActions class

Available Extensions

Constructors

AdwActions({VoidCallback? onClose, VoidCallback? onMaximize, VoidCallback? onMinimize, VoidCallback? onDoubleTap, VoidCallback? onHeaderDrag, VoidCallback? onRightClick})

Properties

hashCode int
The hash code for this object.
no setterinherited
onClose VoidCallback?
final
onDoubleTap VoidCallback?
final
onHeaderDrag VoidCallback?
final
onMaximize VoidCallback?
final
onMinimize VoidCallback?
final
onRightClick VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({VoidCallback? onClose, VoidCallback? onMaximize, VoidCallback? onMinimize, VoidCallback? onDoubleTap, VoidCallback? onHeaderDrag, VoidCallback? onRightClick}) AdwActions
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