CustomSingleChildLayout constructor
- Key? key,
- required SingleChildLayoutDelegate delegate,
- Widget? child,
Creates a custom single child layout.
Implementation
const CustomSingleChildLayout({
super.key,
required this.delegate,
super.child,
});