I am not able to any sample for creating a circular button like FloatingActionButton? Is there any way to create it?
Below code creates a rectangular button, is there any for Circular Button?
shape: RoundedRectangleBorder(borderRadius: new BorderRadius.circular(30.0))

