defaultShowTooltip static method
Implementation
static Future<void> defaultShowTooltip({
bool immediately = false,
bool autoClose = false,
}) {
throw StateError('This controller has not been attached to a tooltip yet.');
}
static Future<void> defaultShowTooltip({
bool immediately = false,
bool autoClose = false,
}) {
throw StateError('This controller has not been attached to a tooltip yet.');
}