NiceTextScaleConstrained constructor
const
NiceTextScaleConstrained({})
Implementation
const NiceTextScaleConstrained({
super.key,
required this.child,
this.minScaleFactor = 0.8,
this.maxScaleFactor = 2.0,
});