mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-25 13:00:14 +08:00
@@ -139,7 +139,7 @@ class _ColorSelectPageState extends State<ColorSelectPage> {
|
|||||||
padding: padding + const .all(12),
|
padding: padding + const .all(12),
|
||||||
child: Obx(
|
child: Obx(
|
||||||
() => AnimatedHeight(
|
() => AnimatedHeight(
|
||||||
expand: ctr.dynamicColor.value,
|
expand: !ctr.dynamicColor.value,
|
||||||
duration: const Duration(milliseconds: 200),
|
duration: const Duration(milliseconds: 200),
|
||||||
child: Wrap(
|
child: Wrap(
|
||||||
alignment: .center,
|
alignment: .center,
|
||||||
|
|||||||
Reference in New Issue
Block a user