mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-05-04 01:29:05 +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. |
||
|---|---|---|
| .. | ||
| anime | ||
| browse | ||
| history | ||
| library | ||
| main_view | ||
| manga | ||
| more | ||
| novel | ||
| tracker_library | ||
| updates | ||
| webview | ||
| widgets | ||