Layout constructor

Layout({
  1. Key? key,
})

Implementation

Layout({Key? key}) : super(key: key, fallback: LayoutIN());