PodBuilder constructor

const PodBuilder(
  1. Widget builder(), {
  2. Key? key,
})

Implementation

const PodBuilder(this.builder, {super.key});