FTooltipStyle constructor
const
FTooltipStyle({
- required BoxDecoration decoration,
- required TextStyle textStyle,
- ImageFilter? backgroundFilter,
- EdgeInsets padding = const EdgeInsets.symmetric(horizontal: 14, vertical: 10),
Creates a FTooltipStyle.
Implementation
const FTooltipStyle({
required this.decoration,
required this.textStyle,
this.backgroundFilter,
this.padding = const EdgeInsets.symmetric(horizontal: 14, vertical: 10),
});