PlaygroundContainer constructor
const
PlaygroundContainer({})
Implementation
const PlaygroundContainer({
required this.name,
this.width = 100,
this.height = 100,
this.child,
this.color = Colors.blue,
super.key
});