TooltipConfiguration<T> constructor
const
TooltipConfiguration<T> ({
- required WidgetBuilder builder,
- AlignmentGeometry alignment = Alignment.center,
- Offset? position,
- AlignmentGeometry? anchorAlignment,
- Offset? offset,
- bool follow = true,
- Key? key,
Creates a TooltipConfiguration.
Implementation
const TooltipConfiguration({
required this.builder,
this.alignment = Alignment.center,
this.position,
this.anchorAlignment,
this.offset,
this.follow = true,
this.key,
});