mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
new & opt.: server page font size
This commit is contained in:
@@ -32,13 +32,6 @@ class SettingStore extends PersistentStore {
|
||||
true,
|
||||
);
|
||||
|
||||
/// Bigger for bigger font size
|
||||
/// 1.0 means 100%
|
||||
/// Warning: This may cause some UI issues
|
||||
late final textFactor = property(
|
||||
'textFactor',
|
||||
1.0,
|
||||
);
|
||||
|
||||
/// Lanch page idx
|
||||
late final launchPage = property(
|
||||
@@ -64,6 +57,14 @@ class SettingStore extends PersistentStore {
|
||||
|
||||
// ------END------
|
||||
|
||||
/// Bigger for bigger font size
|
||||
/// 1.0 means 100%
|
||||
/// Warning: This may cause some UI issues
|
||||
late final textFactor = property(
|
||||
'textFactor',
|
||||
1.0,
|
||||
);
|
||||
|
||||
late final primaryColor = property(
|
||||
'primaryColor',
|
||||
4287106639,
|
||||
|
||||
Reference in New Issue
Block a user