WatchShapeBuilder typedef

WatchShapeBuilder = Widget Function(BuildContext context, WearShape shape, Widget? child)

Builds a child for a WatchShape

Implementation

typedef Widget WatchShapeBuilder(BuildContext context, WearShape shape, Widget? child);