Commit 21807ec3 by Rizal Hermawan

update

parent a097ffcb
...@@ -202,7 +202,7 @@ class _LLSAlertDialogState extends State<LLSAlertDialog> with SingleTickerProvid ...@@ -202,7 +202,7 @@ class _LLSAlertDialogState extends State<LLSAlertDialog> with SingleTickerProvid
)); ));
} else { } else {
listOfChildren.add(Padding( listOfChildren.add(Padding(
padding: EdgeInsets.only(top: 18.0), padding: EdgeInsets.only(top: 18.0, left:18.0, right: 18.0),
child: LLSButton( child: LLSButton(
onPressed: confirm, onPressed: confirm,
shape: LLSButtonShape.rounded, shape: LLSButtonShape.rounded,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment