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

.png&blockId=58369be0-b30e-4195-afe0-ff26216262f4)
.png&blockId=58369be0-b30e-4195-afe0-ff26216262f4&width=256)

