UIKitCamera constructor

const UIKitCamera({
  1. required Key key,
  2. bool? isRecordVideo,
})

Implementation

const UIKitCamera({required Key key, this.isRecordVideo}) : super(key: key);