~repos /only-bible-app

#kotlin#android#ios

git clone https://pyrossh.dev/repos/only-bible-app.git

The only bible app you will ever need. No ads. No in-app purchases. No distractions.


ee678960 pyrossh

2 years ago
enable feedback
Files changed (1) hide show
  1. lib/app.dart +10 -0
lib/app.dart CHANGED
@@ -35,6 +35,11 @@ class App extends StatelessWidget {
35
35
  colorScheme: const ColorScheme.light(
36
36
  background: Colors.white,
37
37
  ),
38
+ iconButtonTheme: IconButtonThemeData(
39
+ style: IconButton.styleFrom(
40
+ enableFeedback: true,
41
+ ),
42
+ ),
38
43
  textButtonTheme: TextButtonThemeData(
39
44
  style: TextButton.styleFrom(
40
45
  enableFeedback: true,
@@ -94,6 +99,11 @@ class App extends StatelessWidget {
94
99
  colorScheme: const ColorScheme.dark(
95
100
  background: Color(0xFF1F1F22),
96
101
  ),
102
+ iconButtonTheme: IconButtonThemeData(
103
+ style: IconButton.styleFrom(
104
+ enableFeedback: true,
105
+ ),
106
+ ),
97
107
  textButtonTheme: TextButtonThemeData(
98
108
  style: TextButton.styleFrom(
99
109
  enableFeedback: true,