needs polishing the sides
这个提交存在于:
父节点
1fd4689844
当前提交
b3dd850b0a
共有 1 个文件被更改,包括 6 次插入 和 1 次删除
|
@ -425,13 +425,18 @@ class _EmailViewState extends State<EmailView> {
|
|||
Row(
|
||||
children: [
|
||||
Text(
|
||||
widget.name,
|
||||
'from ${widget.name}',
|
||||
style: TextStyle(fontSize: 18),
|
||||
),
|
||||
Text(
|
||||
'<${widget.from}>',
|
||||
style: TextStyle(fontSize: 18),
|
||||
),
|
||||
Spacer(),
|
||||
Text(
|
||||
'${widget.date}',
|
||||
textAlign: TextAlign.right,
|
||||
)
|
||||
],
|
||||
),
|
||||
// TODO: make a case where if one of these is the user's email it just says me :)))))
|
||||
|
|
正在加载…
添加表格
在新工单中引用