WatchShapeBuilder typedef

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

Builds a child for a WatchShape

Implementation

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