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