Commit e10bffca by Rizal Hermawan

update

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