LayoutScope constructor

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

Implementation

const LayoutScope({required this.child, Key? key}) : super(key: key);