FittedBox constructor
const
FittedBox({})
Creates a FittedBox.
Implementation
const FittedBox({
super.key,
this.fit = BoxFit.contain,
this.alignment = Alignment.center,
this.clipBehavior = Clip.none,
required this.child,
});