container method
Container
container({
- double? width = double.infinity,
- double? height = double.infinity,
- Decoration? decoration,
Implementation
@deprecated
Container container({double? width = double.infinity, double? height = double.infinity, Decoration? decoration}) => Container(width: width, height: height, child: this, alignment: Alignment.center, decoration: decoration);