Development/Flutter - Widget

Widget] AlertDialog, CupertinoAlertDialog

Clein8 2020. 3. 10. 14:03
반응형

 

 

 

 

 

 

flutter.dev Reference

 

AlertDialog class - material library - Dart API

A material design alert dialog. An alert dialog informs the user about situations that require acknowledgement. An alert dialog has an optional title and an optional list of actions. The title is displayed above the content and the actions are displayed be

api.flutter.dev

 

 

CupertinoAlertDialog class - cupertino library - Dart API

An iOS-style alert dialog. An alert dialog informs the user about situations that require acknowledgement. An alert dialog has an optional title, optional content, and an optional list of actions. The title is displayed above the content and the actions ar

api.flutter.dev

 

반응형