PinInputController constructor

PinInputController({
  1. required int length,
  2. String text = '',
})

Implementation

PinInputController({required this.length, this.text = ''});