Compare commits
2 Commits
ca52036bc4
...
5738ebde4f
| Author | SHA1 | Date | |
|---|---|---|---|
|
5738ebde4f
|
|||
|
d1114db855
|
@@ -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;
|
||||
|
||||
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user