ContentView constructor

const ContentView({
  1. bool isAssetsMediaPicker = false,
  2. Key? key,
})

Implementation

const ContentView({
  this.isAssetsMediaPicker = false,
  super.key,
});