TooltipModifier class

WidgetModifier for Tooltip widget.

Implemented types

Constructors

TooltipModifier({Key? key, String? message, InlineSpan? richMessage, double? height, EdgeInsetsGeometry? padding, EdgeInsetsGeometry? margin, double? verticalOffset, bool? preferBelow, bool? excludeFromSemantics, Decoration? decoration, TextStyle? textStyle, Duration? waitDuration, Duration? showDuration, TooltipTriggerMode? triggerMode, bool? enableFeedback})

Properties

decoration Decoration?
final
enableFeedback bool?
final
excludeFromSemantics bool?
final
hashCode int
The hash code for this object.
no setterinherited
height double?
final
key Key?
getter/setter pair
margin EdgeInsetsGeometry?
final
message String?
final
padding EdgeInsetsGeometry?
final
preferBelow bool?
final
richMessage InlineSpan?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showDuration Duration?
final
textStyle TextStyle?
final
triggerMode TooltipTriggerMode?
final
verticalOffset double?
final
waitDuration Duration?
final

Methods

body(Widget content) Tooltip
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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