mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
remove images
This commit is contained in:
@@ -89,7 +89,6 @@ class NutritionalPlanScreen extends StatelessWidget {
|
||||
slivers: <Widget>[
|
||||
SliverAppBar(
|
||||
foregroundColor: appBarForeground,
|
||||
expandedHeight: 250,
|
||||
pinned: true,
|
||||
iconTheme: const IconThemeData(color: appBarForeground),
|
||||
actions: [
|
||||
@@ -156,10 +155,6 @@ class NutritionalPlanScreen extends StatelessWidget {
|
||||
nutritionalPlan.getLabel(context),
|
||||
style: Theme.of(context).textTheme.titleLarge?.copyWith(color: appBarForeground),
|
||||
),
|
||||
background: const Image(
|
||||
image: AssetImage('assets/images/backgrounds/nutritional_plans.jpg'),
|
||||
fit: BoxFit.cover,
|
||||
),
|
||||
),
|
||||
),
|
||||
FutureBuilder(
|
||||
|
||||
@@ -77,7 +77,6 @@ class _WorkoutPlanScreenState extends State<WorkoutPlanScreen> {
|
||||
body: CustomScrollView(
|
||||
slivers: <Widget>[
|
||||
SliverAppBar(
|
||||
expandedHeight: 250,
|
||||
pinned: true,
|
||||
iconTheme: const IconThemeData(color: appBarForeground),
|
||||
backgroundColor: wgerPrimaryColor,
|
||||
@@ -87,10 +86,6 @@ class _WorkoutPlanScreenState extends State<WorkoutPlanScreen> {
|
||||
workoutPlan.name,
|
||||
style: Theme.of(context).textTheme.titleLarge?.copyWith(color: appBarForeground),
|
||||
),
|
||||
background: const Image(
|
||||
image: AssetImage('assets/images/backgrounds/workout_plans.jpg'),
|
||||
fit: BoxFit.cover,
|
||||
),
|
||||
),
|
||||
actions: [
|
||||
PopupMenuButton<WorkoutOptions>(
|
||||
|
||||
Reference in New Issue
Block a user