CustomLayoutBuilder constructor

const CustomLayoutBuilder({
  1. Key? key,
})

Implementation

const CustomLayoutBuilder({Key? key}) : super(key: key);