RelativeBubbleSlideChild class

A bubble slide with a position that depends on the highlight zone.

Inheritance

Constructors

RelativeBubbleSlideChild({required Widget widget, AxisDirection direction = AxisDirection.down})
Creates a new relative bubble slide child instance.
const

Properties

direction AxisDirection
The child direction.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widget Widget
The held widget.
finalinherited

Methods

build(BuildContext context, Position targetPosition, Size parentSize) Widget
Builds the bubble slide child widget.
inherited
getPosition(BuildContext context, Position highlightPosition, Size parentSize) Position
Returns child position according to the highlight position and parent size.
override
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