BubbleSlideChild class abstract

A bubble slide child, holding a widget.

Implementers

Constructors

BubbleSlideChild({required Widget widget})
Creates a new bubble slide child instance.
const

Properties

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

Methods

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