I tried this code but it does not reflects.
data: MediaQuery.of(context).copyWith(
textScaleFactor: state.changedValue,
boldText: state.boldText,
//platformBrightness: Brightness.dark
//highContrast: true,
//invertColors: true
),
– Harsh SurejaMay 23 '22 at 09:27