mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
Tweak scroll label style
This commit is contained in:
parent
799594443b
commit
db9ba1f96c
1 changed files with 2 additions and 1 deletions
|
@ -165,7 +165,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),
|
labelPadding: const EdgeInsets.symmetric(horizontal: 40),
|
||||||
child: ScrollConfiguration(
|
child: ScrollConfiguration(
|
||||||
behavior: ScrollConfiguration.of(context)
|
behavior: ScrollConfiguration.of(context)
|
||||||
.copyWith(scrollbars: false),
|
.copyWith(scrollbars: false),
|
||||||
|
@ -365,6 +365,7 @@ class _HomePhotosState extends State<HomePhotos>
|
||||||
text,
|
text,
|
||||||
style: const TextStyle(
|
style: const TextStyle(
|
||||||
color: AppTheme.primaryTextColorLight,
|
color: AppTheme.primaryTextColorLight,
|
||||||
|
fontSize: 16,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue