ShapeContainer constructor

ShapeContainer(
  1. Mix shape, {
  2. required Widget child,
  3. Key? key,
})

Constructor

Implementation

ShapeContainer(
  this.shape, {
  required this.child,
  Key? key,
}) : super(key: key);