Hourglass
This commit is contained in:
@@ -2,6 +2,7 @@ import 'package:flutter/material.dart';
|
||||
import 'package:intl/intl.dart';
|
||||
import 'package:tasktracker/Data.dart';
|
||||
import 'package:tasktracker/NewProject.dart';
|
||||
import 'Dialogs.dart';
|
||||
import 'User.dart' as User;
|
||||
import 'main.dart';
|
||||
class Projects extends StatefulWidget {
|
||||
@@ -82,7 +83,9 @@ class _ProjectsState extends State<Projects> {
|
||||
Expanded(
|
||||
child: Card(
|
||||
child:InkWell(
|
||||
onTap: (){},
|
||||
onTap: (){
|
||||
Dialogs.showProjectDetails(project);
|
||||
},
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(10.0),
|
||||
child: Column(
|
||||
|
||||
Reference in New Issue
Block a user