Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ashu12chi committed Nov 1, 2020
2 parents 5c5764e + 1a6760d commit 19a0987
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/app_screens/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,14 @@ class _HomeState extends State<Home> with AutomaticKeepAliveClientMixin {
Padding(
padding: const EdgeInsets.only(left: 8.0),
child: SizedBox(
width:
MediaQuery.of(context).size.width *
3.0 /
4.0,
height: 55.0,
child: FlatButton(
child: Text(
'Write something here... ',
'Write something here...',
style: TextStyle(
color: Colors.grey,
fontSize: 18.0),
Expand Down

0 comments on commit 19a0987

Please sign in to comment.