BubbleShape constructor
const
BubbleShape({
- required TooltipDirection preferredDirection,
- required Offset target,
- required double borderRadius,
- required double arrowTipRadius,
- required double arrowBaseWidth,
- required double arrowTipDistance,
- required Color borderColor,
- required double borderWidth,
- required double? left,
- required double? top,
- required double? right,
- required double? bottom,
- required EdgeInsetsGeometry bubbleDimensions,
Implementation
const BubbleShape({
required this.preferredDirection,
required this.target,
required this.borderRadius,
required this.arrowTipRadius,
required this.arrowBaseWidth,
required this.arrowTipDistance,
required this.borderColor,
required this.borderWidth,
required this.left,
required this.top,
required this.right,
required this.bottom,
required this.bubbleDimensions,
});