Similar to a FlatButton with a thin grey rounded rectangle border.
OutlineButton( onPressed: () { /*...*/ }, child: Text( "Outline Button", ), )