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