FullScreenPage constructor

const FullScreenPage({
  1. Key? key,
  2. required bool fixedLandscape,
})

Implementation

const FullScreenPage({
  Key? key,
  required this.fixedLandscape,
}) : super(key: key);