Polishings
This commit is contained in:
@@ -237,7 +237,8 @@ class _ActivitiesState extends State<Activities> {
|
||||
children: [
|
||||
Row(
|
||||
children: [
|
||||
Icon(Icons.remove_circle_outline),
|
||||
SizedBox(width: 15,),
|
||||
Icon(Icons.circle),
|
||||
SizedBox(
|
||||
width: 10,
|
||||
),
|
||||
@@ -316,7 +317,14 @@ class _ActivitiesState extends State<Activities> {
|
||||
OnItemSelected(activity);
|
||||
setState(() {});
|
||||
})
|
||||
: Container(padding: EdgeInsets.fromLTRB(10, 0, 5, 0), child: SizedBox(width: 1, height: 100, child: Container(color: Colors.white))),
|
||||
: Container(padding: EdgeInsets.fromLTRB(10, 0, 5, 0), child: Column(
|
||||
mainAxisSize: MainAxisSize.max,mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
// Text(dateFormat.format(activity.endTime)),
|
||||
SizedBox(width: 1, height: 100, child: Container(color: Colors.white)),
|
||||
Text(dateFormat.format(activity.startTime)),
|
||||
],
|
||||
)),
|
||||
Expanded(
|
||||
child: Column(children: [
|
||||
Padding(
|
||||
|
||||
Reference in New Issue
Block a user