TodayTooltip constructor
const
TodayTooltip({
- Key? key,
- required String label,
- String? description,
- EdgeInsetsGeometry? padding,
- TodayIcon? icon,
- double? width,
- double? height,
- bool overlayTooltip = true,
- double? verticalOffset = 0,
- required Widget child,
- TodayTextStyle textStyle = TodayTextStyle.tdsFontRegular,
- TodayTooltipPosition position = TodayTooltipPosition.bottom,
- Function? onTap,
Implementation
const TodayTooltip({
super.key,
required this.label,
this.description,
this.padding,
this.icon,
this.width,
this.height,
this.overlayTooltip = true,
this.verticalOffset = 0,
required this.child,
this.textStyle = TodayTextStyle.tdsFontRegular,
this.position = TodayTooltipPosition.bottom,
this.onTap,
});