Created
November 17, 2019 16:52
-
-
Save ShivamGoyal1899/ea9b61acdd5d28b061995255fefa6fed to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const AlertDialog({ | |
Key key, | |
Widget title, | |
EdgeInsetsGeometry titlePadding, | |
TextStyle titleTextStyle, | |
Widget content, | |
EdgeInsetsGeometry contentPadding: const EdgeInsets.fromLTRB(24.0, 20.0, 24.0, 24.0), | |
TextStyle contentTextStyle, | |
List<Widget> actions, | |
Color backgroundColor, | |
double elevation, | |
String semanticLabel, | |
ShapeBorder shape | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment