Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
llswidget
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dart-package
llswidget
Commits
0cf8ad5c
Commit
0cf8ad5c
authored
Jul 23, 2021
by
Rizal Hermawan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat (lls_alert): modify lls alert. Story #1
parent
0ca8f995
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
lib/src/components/alert/lls_alert.dart
+3
-4
No files found.
lib/src/components/alert/lls_alert.dart
View file @
0cf8ad5c
...
...
@@ -148,14 +148,12 @@ class _LLSAlertDialogState extends State<LLSAlertDialog> with SingleTickerProvid
}
if
(
_options
!.
title
!=
null
)
{
listOfChildren
.
add
(
Center
(
child:
Padding
(
listOfChildren
.
add
(
Padding
(
padding:
EdgeInsets
.
only
(
top:
24.0
),
child:
Text
(
_options
!.
title
!,
style:
_options
!.
titleStyle
,
),
),
));
}
...
...
@@ -233,7 +231,8 @@ class _LLSAlertDialogState extends State<LLSAlertDialog> with SingleTickerProvid
child:
Padding
(
padding:
EdgeInsets
.
fromLTRB
(
0.0
,
20.0
,
0.0
,
20.0
),
child:
Column
(
mainAxisSize:
MainAxisSize
.
min
,
mainAxisAlignment:
MainAxisAlignment
.
center
,
crossAxisAlignment:
CrossAxisAlignment
.
center
,
children:
listOfChildren
,
),
)),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment