Commit e10bffca by Rizal Hermawan

update

parent 8e73beb5
......@@ -151,7 +151,7 @@ class _LLSAlertDialogState extends State<LLSAlertDialog> with SingleTickerProvid
listOfChildren.add(Padding(
padding: EdgeInsets.only(top: 24.0),
child: Center(
body: Text(
child: Text(
_options!.title!,
style: _options!.titleStyle,
)
......@@ -167,7 +167,7 @@ class _LLSAlertDialogState extends State<LLSAlertDialog> with SingleTickerProvid
listOfChildren.add(Padding(
padding: EdgeInsets.only(top: paddingTop),
child: Center(
body: Text(
child: Text(
_options!.subtitle!,
style: _options!.subtitleStyle,
)
......
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