form_grid_sec constructor

const form_grid_sec(
  1. {Key? key,
  2. required SectionId header,
  3. Gradient? gradient,
  4. required Widget child}
)

Implementation

const form_grid_sec(
    {super.key,
    required this.header,
    this.gradient,
    required this.child});