diff --git a/lib/sweetalert.dart b/lib/sweetalert.dart index f5c86c1..e1d6a3f 100644 --- a/lib/sweetalert.dart +++ b/lib/sweetalert.dart @@ -162,7 +162,7 @@ class SweetAlertDialogState extends State if (_options.subtitle != null) { listOfChildren.add(new Padding( - padding: new EdgeInsets.only(top: 10.0), + padding: new EdgeInsets.only(top: 10.0, left: 20.0, right: 20.0), child: new Text( _options.subtitle, style: new TextStyle(fontSize: 16.0, color: new Color(0xff797979)),