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