isHoverable property

  1. @override
bool get isHoverable
override

Whether this component can detect hover events.

Override this getter to return true if the component should respond to mouse or pointer hover movements.

Implementation

@override
bool get isHoverable => true;