PinDecoration constructor

const PinDecoration({
  1. TextStyle? textStyle,
  2. ObscureStyle? obscureStyle,
  3. String? errorText,
  4. TextStyle? errorTextStyle,
  5. String? hintText,
  6. TextStyle? hintTextStyle,
  7. ColorBuilder? baseBgColorBuilder,
})

Implementation

const PinDecoration({
  this.textStyle,
  this.obscureStyle,
  this.errorText,
  this.errorTextStyle,
  this.hintText,
  this.hintTextStyle,
  this.baseBgColorBuilder,
});