TF-46 Compose email from ThreadView

This commit is contained in:
dab246
2021-08-30 15:59:39 +07:00
committed by Dat H. Pham
parent 17bad5ec51
commit 5d5c2a3549
4 changed files with 45 additions and 16 deletions
@@ -42,6 +42,12 @@ class ThreadView extends GetWidget<ThreadController> {
)
)
),
floatingActionButton: FloatingActionButton(
elevation: 0.0,
child: new Icon(Icons.add),
backgroundColor: AppColor.appColor,
onPressed: () => controller.composeEmailAction()
)
);
}