TextField( decoration: InputDecoration( border: OutlineInputBorder(), hintText: 'Enter a search term', ), ),
TextField( decoration: new InputDecoration.collapsed( hintText: 'Username' ), ),