2 Commits

2 changed files with 3 additions and 1 deletions

View File

@@ -188,6 +188,8 @@ class SignMapScreenState extends State<SignMapScreen> {
scrollGesturesEnabled: true,
tiltGesturesEnabled: true,
rotateGesturesEnabled: true,
myLocationButtonEnabled: true,
compassEnabled: true,
mapType: MapType.normal,
onMapCreated: (controller) {
mapController = controller;

View File

@@ -142,7 +142,7 @@ class CustomDialogBoxState extends State<CustomDialogBox> {
Widget _buildPageContent() {
return SizedBox(
height: MediaQuery.of(context).size.height * 0.25,
height: MediaQuery.of(context).size.height * 0.30,
child: PageView(
controller: _pageController,
physics: const NeverScrollableScrollPhysics(),