Validate constructor

Validate({
  1. Key? key,
  2. bool? isRequired,
  3. bool? isValid,
  4. Widget? child,
})

Implementation

Validate({super.key, this.isRequired, this.isValid, this.child});