TakePictureButton constructor

const TakePictureButton(
  1. {Key key}
)

Implementation

const TakePictureButton({
  Key key,
}) : super(key: key);