v1.27.1 error fixes
This commit is contained in:
@@ -568,6 +568,8 @@ class ExerciseTile extends StatelessWidget with Trans {
|
||||
final bool hasRightAlternative =
|
||||
detail.alternatives.length > 0 && index + 1 < bloc.alternatives[detail.customerTrainingPlanDetailsId].length;
|
||||
|
||||
print("getTile Detail: $detail");
|
||||
|
||||
return Container(
|
||||
child: Stack(alignment: Alignment.centerRight, children: [
|
||||
Stack(alignment: Alignment.centerLeft, children: [
|
||||
|
||||
Reference in New Issue
Block a user