Closed burhankhanzada closed 1 year ago
from pub.dev v0.2.2 OverlayTooltipScaffold({ Key? key, required this.controller, required this.builder, this.overlayColor = Colors.black54, this.startWhen, this.tooltipAnimationDuration = const Duration(milliseconds: 500), this.tooltipAnimationCurve = Curves.decelerate, }) : super( key: key, controller: controller, builder: builder, overlayColor: overlayColor, startWhen: startWhen, tooltipAnimationDuration: tooltipAnimationDuration, tooltipAnimationCurve: tooltipAnimationCurve); from repo v0.2.2 OverlayTooltipScaffold({ Key? key, required this.controller, required this.builder, this.overlayColor = Colors.black54, this.startWhen, this.tooltipAnimationDuration = const Duration(milliseconds: 500), this.tooltipAnimationCurve = Curves.decelerate, this.preferredOverlay, }) : super( key: key, controller: controller, builder: builder, overlayColor: overlayColor, startWhen: startWhen, tooltipAnimationDuration: tooltipAnimationDuration, tooltipAnimationCurve: tooltipAnimationCurve, preferredOverlay: preferredOverlay, );
from pub.dev v0.2.2
OverlayTooltipScaffold({ Key? key, required this.controller, required this.builder, this.overlayColor = Colors.black54, this.startWhen, this.tooltipAnimationDuration = const Duration(milliseconds: 500), this.tooltipAnimationCurve = Curves.decelerate, }) : super( key: key, controller: controller, builder: builder, overlayColor: overlayColor, startWhen: startWhen, tooltipAnimationDuration: tooltipAnimationDuration, tooltipAnimationCurve: tooltipAnimationCurve);
from repo v0.2.2
OverlayTooltipScaffold({ Key? key, required this.controller, required this.builder, this.overlayColor = Colors.black54, this.startWhen, this.tooltipAnimationDuration = const Duration(milliseconds: 500), this.tooltipAnimationCurve = Curves.decelerate, this.preferredOverlay, }) : super( key: key, controller: controller, builder: builder, overlayColor: overlayColor, startWhen: startWhen, tooltipAnimationDuration: tooltipAnimationDuration, tooltipAnimationCurve: tooltipAnimationCurve, preferredOverlay: preferredOverlay, );
Thanks for noticing, Release 0.2.3 coming right up,
@burhankhanzada v0.2.3 is now available