ButtonFormField constructor

ButtonFormField({
  1. required String? buttonLabel,
})

Implementation

ButtonFormField({required this.buttonLabel});