add packages, receiving & processing
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:fcs/helpers/theme.dart';
|
||||
import 'package:fcs/localization/app_translations.dart';
|
||||
import 'package:fcs/pages/main/model/language_model.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
@@ -22,7 +23,7 @@ class TaskButton extends StatelessWidget {
|
||||
onTap: btnCallback != null ? btnCallback : () => {},
|
||||
child: Container(
|
||||
width: 120,
|
||||
height: 170,
|
||||
height: 155,
|
||||
padding: EdgeInsets.only(top: 0.0, left: 5, right: 5),
|
||||
decoration: new BoxDecoration(
|
||||
color: Colors.transparent,
|
||||
@@ -42,7 +43,7 @@ class TaskButton extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
Container(
|
||||
height: 60,
|
||||
height: 45,
|
||||
alignment: Alignment.topCenter,
|
||||
child: Text(AppTranslations.of(context).text(titleKey),
|
||||
textAlign: TextAlign.center,
|
||||
|
||||
Reference in New Issue
Block a user