ScreenLayoutDisable constructor

const ScreenLayoutDisable({
  1. Key? key,
  2. Widget? child,
})

Create a ScreenLayoutDisable child is the widget for which the screen layout is to be disabled.

Implementation

const ScreenLayoutDisable({
  super.key,
  super.child,
});