Skip to content

Commit

Permalink
Update daily_deeds_editor.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
7Eltantawy committed Jul 10, 2024
1 parent 0751da7 commit 69c862c
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,17 @@ class _DailyDeedsEditorState extends State<DailyDeedsEditor> {
DeedsReward.quran.getRandomItem<String>(),
),
showCounter: true,
numbers: const [0, 5, 10, 15, 20, 30, 40, 50],
numbers: const [
0,
5,
10,
15,
20,
30,
40,
50,
100,
],
onChanged: (value) {
setState(() {
dailyDeeds = dailyDeeds.copyWith(
Expand Down

0 comments on commit 69c862c

Please sign in to comment.