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() {
|
||||
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