4
2
Fork 0

chore: getting started on contacts page

pull/53/head
Sudharshan S. 2019-06-13 16:39:55 +08:00
parent f8acdeb4f3
commit cac36abccc
Signed by: sudharshan
GPG Key ID: C861C97AAF3D9559
2 changed files with 3 additions and 1 deletions

View File

@ -111,7 +111,7 @@ class _HomeState extends State<Home> with SingleTickerProviderStateMixin {
],
);
},
child: Icon(data),
child: Icon(data, size: 30.0),
)
: Icon(data, color: Colors.grey),
title: Container(),

View File

@ -1,5 +1,7 @@
import "package:flutter/material.dart";
import "search_input.dart";
class TopBar extends StatelessWidget {
final String title;
final String logo = "assets/logo.png";