DiamondFab constructor

DiamondFab({Key key, Widget child, double notchMargin: 8.0, @required Color color, @required VoidCallback onPressed, double size: 60.0, double elevation: 6.0 })

Implementation

DiamondFab({
  Key key,
  this.child,
  this.notchMargin: 8.0,
  @required this.color,
  @required this.onPressed,
  this.size: 60.0,
  this.elevation: 6.0,
}) : super(key: key);