Skip to content

Instantly share code, notes, and snippets.

@ShivamGoyal1899
Created November 17, 2019 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShivamGoyal1899/ea9b61acdd5d28b061995255fefa6fed to your computer and use it in GitHub Desktop.
Save ShivamGoyal1899/ea9b61acdd5d28b061995255fefa6fed to your computer and use it in GitHub Desktop.
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