SettingNumberField constructor
Implementation
const SettingNumberField({
super.key,
required this.label,
required this.value,
required this.onChanged,
this.tooltip,
});
const SettingNumberField({
super.key,
required this.label,
required this.value,
required this.onChanged,
this.tooltip,
});