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