ActionButtonsPosition class

Manual placement for the tooltip action buttons (e.g. ShowCaseDefaultActions).

Each value is an offset, in logical pixels, from the matching edge of the tooltip; leave a value null to keep the default placement for that edge.

Constructors

ActionButtonsPosition({double? left, double? right, double? top, double? bottom})
Creates an ActionButtonsPosition from optional per-edge offsets.
const

Properties

bottom double?
Offset from the bottom edge of the tooltip, or null for the default.
final
hashCode int
The hash code for this object.
no setterinherited
left double?
Offset from the left edge of the tooltip, or null for the default.
final
Offset from the right edge of the tooltip, or null for the default.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double?
Offset from the top edge of the tooltip, or null for the default.
final

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.
inherited