|
|
|
|
@ -367,7 +367,7 @@ class _ToDoState extends State<ToDo> {
|
|
|
|
|
height: 30.0,
|
|
|
|
|
margin: projectViewModel.isArabic
|
|
|
|
|
? EdgeInsets.fromLTRB(160.0, 0.0, 30.0, 0.0)
|
|
|
|
|
: EdgeInsets.fromLTRB(30.0, 0.0, 160.0, 0.0),
|
|
|
|
|
: EdgeInsets.fromLTRB(20.0, 0.0, 160.0, 0.0),
|
|
|
|
|
transform: Matrix4.translationValues(0.0, -8.0, 0.0),
|
|
|
|
|
child: Row(
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.start,
|
|
|
|
|
@ -392,7 +392,7 @@ class _ToDoState extends State<ToDo> {
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
fontSize: 12.0)),
|
|
|
|
|
fontSize: 11.0)),
|
|
|
|
|
)
|
|
|
|
|
: Container(
|
|
|
|
|
child: Text(
|
|
|
|
|
@ -401,7 +401,7 @@ class _ToDoState extends State<ToDo> {
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
fontSize: 12.0)),
|
|
|
|
|
fontSize: 11.0)),
|
|
|
|
|
)
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
|