maybeOf static method

_HoverButtonInherited? maybeOf(
  1. BuildContext context
)

Implementation

static _HoverButtonInherited? maybeOf(BuildContext context) {
  return _HoverButtonInherited.maybeOf(context);
}