mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-21 08:38:37 +00:00
refa persistent header & dynamic sliver appbar
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -16,6 +16,13 @@ abstract final class StyleString {
|
||||
maxWidth: 420,
|
||||
);
|
||||
static const topBarHeight = 52.0;
|
||||
static const buttonStyle = ButtonStyle(
|
||||
visualDensity: VisualDensity(
|
||||
horizontal: -2,
|
||||
vertical: -1.25,
|
||||
),
|
||||
tapTargetSize: .shrinkWrap,
|
||||
);
|
||||
}
|
||||
|
||||
abstract final class Constants {
|
||||
|
||||
Reference in New Issue
Block a user