A material design floating action button.
FloatingActionButton( onPressed: () { // Add your onPressed code here! }, child: Icon(Icons.thumb_up), backgroundColor: Colors.pink, )