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
0ca8f995
Commit
0ca8f995
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
bb0830d4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
lib/src/components/alert/lls_alert.dart
+3
-1
No files found.
lib/src/components/alert/lls_alert.dart
View file @
0ca8f995
...
@@ -148,12 +148,14 @@ class _LLSAlertDialogState extends State<LLSAlertDialog> with SingleTickerProvid
...
@@ -148,12 +148,14 @@ class _LLSAlertDialogState extends State<LLSAlertDialog> with SingleTickerProvid
}
}
if
(
_options
!.
title
!=
null
)
{
if
(
_options
!.
title
!=
null
)
{
listOfChildren
.
add
(
Padding
(
listOfChildren
.
add
(
Center
(
child:
Padding
(
padding:
EdgeInsets
.
only
(
top:
24.0
),
padding:
EdgeInsets
.
only
(
top:
24.0
),
child:
Text
(
child:
Text
(
_options
!.
title
!,
_options
!.
title
!,
style:
_options
!.
titleStyle
,
style:
_options
!.
titleStyle
,
),
),
),
));
));
}
}
...
...
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