InterfaceScaleSetting constructor
const
InterfaceScaleSetting({
- Key? key,
- required double value,
- required ValueChanged<
double> onChanged,
Implementation
const InterfaceScaleSetting({
super.key,
required this.value,
required this.onChanged,
});