buildOverlay abstract method

Widget buildOverlay(
  1. BuildContext context,
  2. double value
)

Returns the widget that will be rendered on top of the screen/child.

Implementation

Widget buildOverlay(BuildContext context, double value);