We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbd234 commit 9dc58a2Copy full SHA for 9dc58a2
lib/src/tiles/platforms/android_settings_tile.dart
@@ -43,6 +43,7 @@ class AndroidSettingsTile extends StatelessWidget {
43
child: Material(
44
color: Colors.transparent,
45
child: InkWell(
46
+ canRequestFocus: false,
47
onTap: cantShowAnimation
48
? null
49
: () {
@@ -84,7 +85,7 @@ class AndroidSettingsTile extends StatelessWidget {
84
85
color: enabled
86
? theme.themeData.settingsTileTextColor
87
: theme.themeData.inactiveTitleColor,
- fontSize: 18,
88
+ fontSize: 16 * scaleFactor,
89
fontWeight: FontWeight.w400,
90
),
91
child: title ?? Container(),
0 commit comments