OrientationLayout constructor

OrientationLayout({
  1. Key? key,
  2. required Widget portrait,
  3. Widget? landscape,
})

Implementation

OrientationLayout({Key? key, required this.portrait, this.landscape}) : super(key: key);