TF-48 Implement compose and send email with simple text
This commit is contained in:
@@ -43,7 +43,7 @@ class ThreadView extends GetWidget<ThreadController> {
|
||||
)
|
||||
),
|
||||
floatingActionButton: FloatingActionButton(
|
||||
elevation: 0.0,
|
||||
elevation: 4.0,
|
||||
child: new Icon(Icons.add),
|
||||
backgroundColor: AppColor.appColor,
|
||||
onPressed: () => controller.composeEmailAction()
|
||||
|
||||
Reference in New Issue
Block a user