form_label_2 constructor

const form_label_2(
  1. String text,
  2. {Key? key,
  3. required Widget child,
  4. TextStyle? style,
  5. Widget? icon,
  6. bool allowRigid = true}
)

Implementation

const form_label_2(this.text,
    {super.key,
    required this.child,
    this.style,
    this.icon,
    this.allowRigid = true});