Answers for "modal sheet full view scrallable"

0

modal sheet full view scrallable

showModalBottomSheet<dynamic>(
isScrollControlled: true,
context: context,
builder: (BuildContext bc) {
  return Wrap(
      children: <Widget>[...]
  )
 }
)
Posted by: Guest on April-28-2021

Browse Popular Code Answers by Language