mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Change icons used for expanding panels in workout and nutritional plans
This commit is contained in:
@@ -238,7 +238,7 @@ class DismissibleMealHeader extends StatelessWidget {
|
||||
),
|
||||
IconButton(
|
||||
visualDensity: VisualDensity.compact,
|
||||
icon: _expanded ? Icon(Icons.expand_less) : Icon(Icons.expand_more),
|
||||
icon: _expanded ? Icon(Icons.unfold_less) : Icon(Icons.unfold_more),
|
||||
onPressed: () {
|
||||
_toggle();
|
||||
},
|
||||
|
||||
@@ -216,7 +216,7 @@ class DayHeaderDismissible extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
IconButton(
|
||||
icon: _expanded ? Icon(Icons.expand_less) : Icon(Icons.expand_more),
|
||||
icon: _expanded ? Icon(Icons.unfold_less) : Icon(Icons.unfold_more),
|
||||
onPressed: () {
|
||||
_toggle();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user