AbstractLayoutBuilder<LayoutInfoType> constructor

const AbstractLayoutBuilder<LayoutInfoType>({
  1. Key? key,
})

Creates a widget that defers its building until layout.

Implementation

const AbstractLayoutBuilder({super.key});