update new features and flutter 3.13
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -369,7 +369,7 @@ class BottomSheetWidget extends StatelessWidget {
|
||||
],
|
||||
),
|
||||
),
|
||||
Row(
|
||||
const Row(
|
||||
children: [
|
||||
SizedBox(height: 60.0,),
|
||||
],
|
||||
|
||||
@ -113,7 +113,7 @@ class DestinationWidget extends StatelessWidget {
|
||||
buttonColor: Colors.white,
|
||||
barrierDismissible: false,
|
||||
radius: 10,
|
||||
content: Column(
|
||||
content: const Column(
|
||||
children: [
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user