BuilderButton constructor

const BuilderButton(
  1. Widget builder(
    1. BuildContext
    )
)

Implementation

const BuilderButton(this.builder);