mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: video tabbarview
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user