fixed sliding option thing thumb color
This commit is contained in:
parent
3543aa40e6
commit
2e49c78ea0
@ -38,7 +38,7 @@ class CustomSegmentedControl extends StatelessWidget {
|
||||
borderRadius: BorderRadius.circular(12.0),
|
||||
),
|
||||
thumbDecoration: BoxDecoration(
|
||||
color: AppColors.of(context).highlight,
|
||||
color: Theme.of(context).highlightColor,
|
||||
borderRadius: BorderRadius.circular(10.0),
|
||||
// boxShadow: [
|
||||
// BoxShadow(
|
||||
|
Loading…
x
Reference in New Issue
Block a user