ViewAllMediaView constructor

const ViewAllMediaView({
  1. Key? key,
  2. required String name,
  3. required String jid,
  4. required bool isGroup,
  5. bool enableAppBar = true,
})

Implementation

const ViewAllMediaView(
    {super.key,
    required this.name,
    required this.jid,
    required this.isGroup,
    this.enableAppBar = true});