Search

Dialog

FilledButton( onPressed: () { showDialog( context: context, builder: (context) { return Dialog( // must wrap with Dialog child: GoalForm(), // Custom Container ); }, ); }, child: Text("HI"), )
Dart
복사

Reference