TF-46 Compose email from ThreadView
This commit is contained in:
@@ -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()
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user