PayEngineField constructor

PayEngineField(
  1. String name,
  2. String type,
  3. String placeholder,
  4. bool isRequired, {
  5. String? pattern,
  6. PayEngineKeyboardType keyboardType = PayEngineKeyboardType.normal,
})

Implementation

PayEngineField(this.name, this.type, this.placeholder, this.isRequired,
    {this.pattern, this.keyboardType = PayEngineKeyboardType.normal});