mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: SegmentProgressBar
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -100,7 +100,6 @@ class BottomControl extends StatelessWidget implements PreferredSizeWidget {
|
||||
CustomPaint(
|
||||
size: Size(double.infinity, 3.5),
|
||||
painter: SegmentProgressBar(
|
||||
progress: 1,
|
||||
segmentColors: controller!.segmentList,
|
||||
),
|
||||
),
|
||||
@@ -109,7 +108,6 @@ class BottomControl extends StatelessWidget implements PreferredSizeWidget {
|
||||
CustomPaint(
|
||||
size: Size(double.infinity, 3.5),
|
||||
painter: SegmentProgressBar(
|
||||
progress: 1,
|
||||
segmentColors: controller!.viewPointList,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user