RPUILetterTappingActivityBody constructor

const RPUILetterTappingActivityBody(
  1. RPLetterTappingActivity activity,
  2. RPActivityEventLogger eventLogger,
  3. void onResultChange(
    1. dynamic
    ), {
  4. Key? key,
})

Implementation

const RPUILetterTappingActivityBody(
    this.activity, this.eventLogger, this.onResultChange,
    {super.key});