AfterLayout constructor
const
AfterLayout({
- Key? key,
- required AfterLayoutCallback callback,
- Widget? child,
Implementation
const AfterLayout({
super.key,
required this.callback,
super.child,
});