PinFieldData constructor

PinFieldData({
  1. double? height,
  2. bool? isFocussed,
  3. bool? hasError,
  4. String? value,
})

Implementation

PinFieldData({this.height, this.isFocussed, this.hasError, this.value});