mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-22 01:56:47 +08:00
opt slider color picker
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -76,13 +76,12 @@ class _SlideColorPickerState extends State<SlideColorPicker> {
|
|||||||
),
|
),
|
||||||
const SizedBox(width: 12),
|
const SizedBox(width: 12),
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: MediaQuery.textScalerOf(context).scale(25),
|
width: MediaQuery.textScalerOf(context).scale(25) + 16,
|
||||||
child: Text(
|
child: Text(
|
||||||
value.toString(),
|
value.toString(),
|
||||||
textAlign: TextAlign.end,
|
textAlign: TextAlign.start,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
const SizedBox(width: 16),
|
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user