mod login signin design
This commit is contained in:
@@ -24,7 +24,7 @@ class EditPage extends GetView<EditController> {
|
||||
centerTitle: true,
|
||||
leading: IconButton(
|
||||
icon: const Icon(Icons.arrow_back),
|
||||
onPressed: () => Get.back(),
|
||||
onPressed: () => editCtrl.gotToList(),
|
||||
),
|
||||
),
|
||||
body: Container(
|
||||
@@ -266,7 +266,7 @@ class EditPage extends GetView<EditController> {
|
||||
SizedBox(
|
||||
width: double.infinity,
|
||||
child: OutlinedButton(
|
||||
onPressed: () => Get.back(),
|
||||
onPressed: () => editCtrl.gotToList(),
|
||||
style: OutlinedButton.styleFrom(
|
||||
foregroundColor: Colors.white,
|
||||
side: const BorderSide(color: Colors.white, width: 2),
|
||||
|
||||
Reference in New Issue
Block a user