mirror of
https://github.com/Iconica-Development/flutter_timeline.git
synced 2025-05-19 10:33:44 +02:00
fix: imagepicker popup
This commit is contained in:
parent
a1024dac3d
commit
c572e6cd8b
1 changed files with 11 additions and 0 deletions
|
@ -217,6 +217,17 @@ class _TimelinePostCreationScreenState
|
||||||
Icons.insert_drive_file,
|
Icons.insert_drive_file,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
customButton: TextButton(
|
||||||
|
onPressed: () {
|
||||||
|
Navigator.pop(context);
|
||||||
|
},
|
||||||
|
child: Text(
|
||||||
|
'Cancel',
|
||||||
|
style: theme.textTheme.bodyMedium!.copyWith(
|
||||||
|
decoration: TextDecoration.underline,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue