FractionalBox constructor
const
FractionalBox({})
Implementation
const FractionalBox({
super.key,
required this.child,
this.widthFactor,
this.heightFactor,
this.alignment = Alignment.center,
});
const FractionalBox({
super.key,
required this.child,
this.widthFactor,
this.heightFactor,
this.alignment = Alignment.center,
});