TooltipShapeBorder class Null safety

Constructors

TooltipShapeBorder({double radius = 10.0, double arrowWidth = 20.0, double arrowHeight = 20.0, double arrowArc = 0.0})
const

Properties

arrowArc double
final
arrowHeight double
final
arrowWidth double
final
dimensions → dynamic
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
radius double
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

getInnerPath(dynamic rect, {dynamic textDirection}) → dynamic
getOuterPath(dynamic rect, {dynamic textDirection}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
paint(dynamic canvas, dynamic rect, {dynamic textDirection}) → void
scale(double t) → dynamic
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited