Creates a floating action button.
Most commonly used in the floatingActionButton field.
Source
const FloatingActionButton({ Key key, @required this.child, this.tooltip, this.backgroundColor, this.heroTag, this.elevation: 6, this.highlightElevation: 12, @required this.onPressed, this.mini: false }) : super(key: key);