Skip to content

Instantly share code, notes, and snippets.

View bkc17's full-sized avatar
๐Ÿ‘‹
Working from home

Bharat Kumar Chilukuri bkc17

๐Ÿ‘‹
Working from home
  • London, United Kingdom
View GitHub Profile
Container(
alignment: FractionalOffset.center,
color: Colors.white,
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
children: <Widget>[
Padding(
padding: const EdgeInsets.all(8.0),
child: Icon(
Icons.lightbulb_outline,