RPFlankerActivity constructor

RPFlankerActivity({
  1. required String identifier,
  2. bool includeInstructions = true,
  3. bool includeResults = true,
  4. int lengthOfTest = 90,
  5. int numberOfCards = 25,
})

Implementation

RPFlankerActivity({
  required super.identifier,
  super.includeInstructions,
  super.includeResults,
  this.lengthOfTest = 90,
  this.numberOfCards = 25,
});