mirror of
https://github.com/flutter/samples.git
synced 2025-11-10 14:58:34 +00:00
Moves modal close button to left. (#55)
This commit is contained in:
@@ -82,8 +82,8 @@ class DetailsScreen extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
Positioned(
|
||||
top: 0.0,
|
||||
right: 16.0,
|
||||
top: 16.0,
|
||||
left: 16.0,
|
||||
child: SafeArea(
|
||||
child: CloseButton(() {
|
||||
Navigator.of(context).pop();
|
||||
|
||||
Reference in New Issue
Block a user