FullScreenView constructor

const FullScreenView({
  1. required String tag,
  2. Key? key,
})

Implementation

const FullScreenView({
  required this.tag,

  super.key,
});