FittedBox constructor
const
FittedBox({
- Key? key,
- BoxFit fit = BoxFit.contain,
- Alignment alignment = Alignment.center,
- Component? child,
Implementation
const FittedBox({
super.key,
this.fit = BoxFit.contain,
this.alignment = Alignment.center,
super.child,
});