NPinController constructor

NPinController({
  1. bool shuffle = false,
  2. bool hideInputs = false,
})

Implementation

NPinController({this.shuffle = false, this.hideInputs = false});