WT 1.1.20 Training Plan improvements, InApp Messageing
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user