ShapeContainer constructor
ShapeContainer(
- DefineShape shape, {
- required Widget child,
- Key? key,
Constructor
Implementation
ShapeContainer(
this.shape, {
required this.child,
Key? key,
}) : super(key: key);