AbsoluteBubbleSlideChild class

A bubble slide child with an absolute position on the screen.

Inheritance

Constructors

AbsoluteBubbleSlideChild({required Widget widget, required PositionCalculator positionCalculator})
Creates a new absolute bubble slide child instance.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
positionCalculator PositionCalculator
The function that allows to compute the child position according to the parent size.
final
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