flutter circle flat button code example Example: how to change the shape of a buton in flutter to cicular RawMaterialButton( ..., shape: CircleBorder(), )