hoverOf static method

bool hoverOf(
  1. BuildContext context
)

Implementation

static bool hoverOf(BuildContext context) {
  return of(context, PressableStateAspect.hovered).hovered;
}