ContainerBuilder constructor
ContainerBuilder(
- Widget child
Creates a ContainerBuilder with the given child.
The child will be wrapped in a Container widget when build is called.
Implementation
ContainerBuilder(this.child);