DiamondFab constructor
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);
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);