WatchShape constructor
const
WatchShape({
- Key? key,
- required WatchShapeBuilder builder,
- Widget? child,
Constructor
Implementation
const WatchShape({
super.key,
required this.builder,
this.child,
});