build abstract method
- BuildContext context,
- bool isHovering
Override this method to build the widget based if the user isHovering
or not.
Implementation
Widget build(BuildContext context, bool isHovering);
Override this method to build the widget based if the user isHovering
or not.
Widget build(BuildContext context, bool isHovering);