HintTheme constructor
const
HintTheme({
- required Color tooltipBackground,
- required Color tooltipForeground,
- required Color scrimColor,
- required BorderRadius tooltipRadius,
- required EdgeInsets tooltipPadding,
- TextStyle? tooltipTitleStyle,
- TextStyle? tooltipDescriptionStyle,
- bool showTail = true,
- ImageFilter? imageFilter,
- bool showPulse = false,
Implementation
const HintTheme({
required this.tooltipBackground,
required this.tooltipForeground,
required this.scrimColor,
required this.tooltipRadius,
required this.tooltipPadding,
this.tooltipTitleStyle,
this.tooltipDescriptionStyle,
this.showTail = true,
this.imageFilter,
this.showPulse = false,
});