GaugeCenterBuilder typedef

GaugeCenterBuilder = Widget Function(BuildContext context, GaugeCenterContext center)

Builds runtime-only content inside a Gauge's resolved center opening.

Implementation

typedef GaugeCenterBuilder =
    Widget Function(BuildContext context, GaugeCenterContext center);