forked from firka/student-legacy
changed shadow effect toggle icon to moon
This commit is contained in:
parent
3ff0927834
commit
906de6dd45
@ -707,13 +707,13 @@ class _SettingsScreenState extends State<SettingsScreen>
|
|||||||
Material(
|
Material(
|
||||||
type: MaterialType.transparency,
|
type: MaterialType.transparency,
|
||||||
child: SwitchListTile(
|
child: SwitchListTile(
|
||||||
contentPadding: const EdgeInsets.only(left: 12.0),
|
contentPadding: const EdgeInsets.only(left: 14.0),
|
||||||
shape: RoundedRectangleBorder(
|
shape: RoundedRectangleBorder(
|
||||||
borderRadius: BorderRadius.circular(12.0)),
|
borderRadius: BorderRadius.circular(12.0)),
|
||||||
title: Row(
|
title: Row(
|
||||||
children: [
|
children: [
|
||||||
Icon(
|
Icon(
|
||||||
FeatherIcons.barChart,
|
FeatherIcons.moon,
|
||||||
color: settings.shadowEffect
|
color: settings.shadowEffect
|
||||||
? Theme.of(context).colorScheme.secondary
|
? Theme.of(context).colorScheme.secondary
|
||||||
: AppColors.of(context).text.withOpacity(.25),
|
: AppColors.of(context).text.withOpacity(.25),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user