|
|
@ -147,7 +147,7 @@ class MyApp extends StatelessWidget { |
|
|
|
data: MediaQuery.of(context).copyWith( |
|
|
|
data: MediaQuery.of(context).copyWith( |
|
|
|
textScaleFactor: textScaleFactor > 1.15 ? 1.15 : textScaleFactor, |
|
|
|
textScaleFactor: textScaleFactor > 1.15 ? 1.15 : textScaleFactor, |
|
|
|
), |
|
|
|
), |
|
|
|
child: FlutterSmartDialog(child: widget), |
|
|
|
child: FlutterSmartDialog(child:widget), |
|
|
|
); |
|
|
|
); |
|
|
|
}, |
|
|
|
}, |
|
|
|
onGenerateRoute: (settings) { |
|
|
|
onGenerateRoute: (settings) { |
|
|
|