mod: video tabbarview

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-02-24 21:51:28 +08:00
parent 0ef85f2551
commit 0e69e23606
4 changed files with 42 additions and 21 deletions

View File

@@ -422,12 +422,12 @@ class GStorage {
// ratio: 1.1,
// );
// damping = ratio * 2.0 * math.sqrt(mass * stiffness)
static List<double> get springDescription => List<double>.from(
setting.get(
SettingBoxKey.springDescription, // [mass, stiffness, damping]
defaultValue: [0.5, 100.0, 2.2 * sqrt(50)],
),
);
static final List<double> springDescription = List<double>.from(
setting.get(
SettingBoxKey.springDescription, // [mass, stiffness, damping]
defaultValue: [0.5, 100.0, 2.2 * sqrt(50)],
),
);
// static Brightness get brightness {
// return switch (_themeMode) {