make pop up dialog slightly larger to support autocomplete list showing
This commit is contained in:
@@ -142,7 +142,7 @@ class CustomDialogBoxState extends State<CustomDialogBox> {
|
|||||||
|
|
||||||
Widget _buildPageContent() {
|
Widget _buildPageContent() {
|
||||||
return SizedBox(
|
return SizedBox(
|
||||||
height: MediaQuery.of(context).size.height * 0.25,
|
height: MediaQuery.of(context).size.height * 0.30,
|
||||||
child: PageView(
|
child: PageView(
|
||||||
controller: _pageController,
|
controller: _pageController,
|
||||||
physics: const NeverScrollableScrollPhysics(),
|
physics: const NeverScrollableScrollPhysics(),
|
||||||
|
|||||||
Reference in New Issue
Block a user