Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2021-035-CoviDefender
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
2021-035
2021-035-CoviDefender
Commits
08235925
Commit
08235925
authored
Jul 03, 2021
by
GayaniPKarunaratne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modification in Addlocation dart file
parent
8f94e6aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
lib/EAnalyzer/SearchEvent.dart
lib/EAnalyzer/SearchEvent.dart
+4
-6
No files found.
lib/EAnalyzer/SearchEvent.dart
View file @
08235925
...
...
@@ -246,12 +246,10 @@ Widget _buildDate(){
Text
(
'This is a Risk Location'
,
style:
TextStyle
(
fontSize:
20
,
color:
Colors
.
red
[
900
]),),
RaisedButton
(
color:
Colors
.
green
,
child:
Center
(
child:
Text
(
'Check Risk Level'
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
20
),
),
),
child:
Text
(
'Check Risk Level'
,
textAlign:
TextAlign
.
center
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
20
),
),
onPressed:
()
{
if
(!
_formKey
.
currentState
.
validate
())
{
return
;
...
...
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