mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-22 19:09:30 +00:00
chore: Update progress indicator value range in library_item_hero_section.dart
This commit is contained in:
parent
161eccc280
commit
8d71020436
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ class _LibraryItemProgressIndicator extends HookConsumerWidget {
|
||||||
|
|
||||||
// progress indicator
|
// progress indicator
|
||||||
LinearProgressIndicator(
|
LinearProgressIndicator(
|
||||||
value: progress.clamp(0.05, 0.95),
|
value: progress.clamp(0.03, 1),
|
||||||
borderRadius: BorderRadius.circular(8),
|
borderRadius: BorderRadius.circular(8),
|
||||||
),
|
),
|
||||||
const SizedBox.square(
|
const SizedBox.square(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue