build abstract method

Widget build(
  1. BuildContext context,
  2. bool isHovering
)

Override this method to build the widget based if the user isHovering or not.

Implementation

Widget build(BuildContext context, bool isHovering);