WT 1.1.20 Training Plan improvements, InApp Messageing

This commit is contained in:
bossanyit
2021-06-25 17:30:14 +02:00
parent a595ffb358
commit 211307e63e
36 changed files with 693 additions and 300 deletions
+1
View File
@@ -4,6 +4,7 @@ import 'package:flutter/material.dart';
import 'package:aitrainer_app/library/image_cache.dart' as wt;
import 'package:aitrainer_app/library/transparent_image.dart';
// ignore: must_be_immutable
class MenuImage extends StatelessWidget {
final int? workoutTreeId;
final String imageName;
+6 -4
View File
@@ -25,10 +25,12 @@ class TreeviewParentWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
Widget parentWidget = Text(
this.text,
style: GoogleFonts.archivoBlack(fontSize: fontSize, color: color ?? Colors.blue[800]!, backgroundColor: Colors.transparent),
);
Widget parentWidget = Text(this.text,
style: GoogleFonts.archivoBlack(
fontSize: fontSize,
color: color ?? Colors.blue[800]!,
backgroundColor: Colors.transparent,
));
return Card(
color: backgroundColor,