call method

  1. @override
FTooltipStyle call(
  1. covariant Object _
)
inherited

Returns itself.

Implementation

@override
FTooltipStyle call(Object _) => this as FTooltipStyle;