Commit 3a6722e7 authored by GayaniPKarunaratne's avatar GayaniPKarunaratne

Modification in Search even dart file

parent 08235925
......@@ -236,19 +236,25 @@ Widget _buildDate(){
_buildNearToDistrict(),
SizedBox(height: 10),
_buildNoOfPeople(),
SizedBox(height: 10),
_buildDate(),
// SizedBox(height: 10),
// _buildDate(),
SizedBox(height: 50),
//Image(image: AssetImage('lib/assets/images/200.gif')),
Image.asset('lib/assets/images/200.gif',fit: BoxFit.contain,width: 150,height: 150,),
Text('This is a Risk Location',style: TextStyle(fontSize: 20, color: Colors.red[900]),),
Center(child:
Text('This is a Risk Location',style: TextStyle(fontSize: 25,fontWeight: FontWeight.bold, color: Colors.red[900]),)),
SizedBox(height: 10),
RaisedButton(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(18.0),
side: BorderSide(color: Colors.green[900])),
padding: EdgeInsets.all(15.0),
color: Colors.green,
child: Text(
'Check Risk Level',textAlign: TextAlign.center,
style: TextStyle(color: Colors.white, fontSize: 20),
style: TextStyle(color: Colors.white, fontSize: 30),
),
onPressed: () {
if(!_formKey.currentState.validate()) {
......
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