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 9c9b2f4 commit 343c6b5Copy full SHA for 343c6b5
lib/views/about_view.dart
@@ -113,28 +113,9 @@ class _AboutViewState extends State<AboutView> {
113
],
114
),
115
116
- const SizedBox(
117
- height: 15,
118
- ),
119
- Column(
120
- children: [
121
- IconButton(
122
- iconSize: 35,
123
- tooltip: 'الكود المصدري',
124
- onPressed: () async {
125
- await _launchUrl(Uri.parse(
126
- 'https://github.com/Shinobi7k/HadithSearcher'));
127
- },
128
- icon: const Icon(
129
- Icons.code,
130
131
- alignment: Alignment.center,
132
133
- const Text('الكود المصدري'),
134
- ],
135
136
137
+ Divider(
+ color: Theme.of(context).colorScheme.primaryContainer,
+ thickness: 2,
138
139
Container(
140
margin: const EdgeInsets.all(10),
0 commit comments