mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-11 00:00:44 +00:00
- variable `color`, to avoid passing `Theme.of(context).textTheme.bodyLarge!.color!` on every Icon in `bottomNavigationBar` - No need to create variable `isLongPressed` and `chapterNameList` in `build()` and pass them to `_buildWidget()` if they are only going to be used there. Just create the variables inside `_buildWidget()` - Why create second `isLongPressed` variable in `_buildWidget()` with the same value? Just use the first one. |
||
|---|---|---|
| .. | ||
| providers | ||
| widgets | ||
| manga_detail_main.dart | ||
| manga_detail_view.dart | ||
| manga_details_view.dart | ||