VideoCoreOrientation constructor

const VideoCoreOrientation({
  1. Key? key,
  2. Widget builder(
    1. bool
    )?,
})

Implementation

const VideoCoreOrientation({Key? key, this.builder}) : super(key: key);