isHovering property

bool isHovering

Whether or not the widget's MaterialState's include the isHovering state

Implementation

bool get isHovering => _materialStates.isHovering;