refa intro panel gesture

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-12 08:43:11 +08:00
parent bcd8bc7366
commit 77153c153a
8 changed files with 491 additions and 376 deletions

View File

@@ -0,0 +1,11 @@
import 'package:flutter/widgets.dart' show Color;
abstract final class BiliColors {
static const pinkLight = Color(0xFFFF6699);
static const pinkDark = Color(0xFFD44E7D);
static const blueLight = Color(0xFF008AC5);
static const blueDark = Color(0xFF2C9CC8);
static const yellow = Color(0xFFFFCC00);
}