mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-03-22 06:59:21 +01:00
Move label away from scrollbar thumb
This commit is contained in:
parent
d183d27517
commit
f90acc076d
3 changed files with 4 additions and 3 deletions
|
@ -155,6 +155,7 @@ class _HomePhotosState extends State<HomePhotos>
|
||||||
topOffset: _calcAppBarExtent(context),
|
topOffset: _calcAppBarExtent(context),
|
||||||
bottomOffset: _calcBottomAppBarExtent(context),
|
bottomOffset: _calcBottomAppBarExtent(context),
|
||||||
labelTextBuilder: (_) => _buildScrollLabel(context),
|
labelTextBuilder: (_) => _buildScrollLabel(context),
|
||||||
|
labelPadding: const EdgeInsets.symmetric(horizontal: 24),
|
||||||
child: ScrollConfiguration(
|
child: ScrollConfiguration(
|
||||||
behavior: ScrollConfiguration.of(context)
|
behavior: ScrollConfiguration.of(context)
|
||||||
.copyWith(scrollbars: false),
|
.copyWith(scrollbars: false),
|
||||||
|
|
|
@ -294,8 +294,8 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "v0.1.0-nc-photos-4"
|
ref: "v0.1.0-nc-photos-5"
|
||||||
resolved-ref: d476a3826b031ab8982560a3829809b5b90dd49d
|
resolved-ref: a1a34c57a069dc1cffa9759f86ffab2e0c7420ca
|
||||||
url: "https://gitlab.com/nc-photos/flutter-draggable-scrollbar"
|
url: "https://gitlab.com/nc-photos/flutter-draggable-scrollbar"
|
||||||
source: git
|
source: git
|
||||||
version: "0.1.0"
|
version: "0.1.0"
|
||||||
|
|
|
@ -43,7 +43,7 @@ dependencies:
|
||||||
draggable_scrollbar:
|
draggable_scrollbar:
|
||||||
git:
|
git:
|
||||||
url: https://gitlab.com/nc-photos/flutter-draggable-scrollbar
|
url: https://gitlab.com/nc-photos/flutter-draggable-scrollbar
|
||||||
ref: v0.1.0-nc-photos-4
|
ref: v0.1.0-nc-photos-5
|
||||||
equatable: ^2.0.0
|
equatable: ^2.0.0
|
||||||
event_bus: ^2.0.0
|
event_bus: ^2.0.0
|
||||||
exifdart:
|
exifdart:
|
||||||
|
|
Loading…
Reference in a new issue