add edit page and widgets
This commit is contained in:
@@ -319,7 +319,7 @@ class DetailsPage extends GetView<DetailsController> {
|
||||
icon: Icons.edit,
|
||||
label: 'Bearbeiten',
|
||||
color: Colors.blue,
|
||||
onPressed: controller.toggleEdit,
|
||||
onPressed: () => controller.onEditPressed(),
|
||||
),
|
||||
),
|
||||
SizedBox(width: 12),
|
||||
|
||||
Reference in New Issue
Block a user