TooltipOptions constructor

TooltipOptions({
  1. String? attribution,
  2. String? className,
  3. String? pane,
  4. Point? offset,
  5. String? direction,
  6. bool? permanent,
  7. bool? sticky,
  8. bool? interactive,
  9. double? opacity,
})

Implementation

external factory TooltipOptions({
  String? attribution,
  String? className,
  String? pane,
  Point? offset,
  String? direction,
  bool? permanent,
  bool? sticky,
  bool? interactive,
  double? opacity,
});