Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flexible alert dialog flutter

AlertDialog(
  content: ListView(
    shrinkWrap: true,
    children: [...],
  ),
)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #flexible #alert #dialog #flutter
ADD COMMENT
Topic
Name
1+7 =