WordMotion constructor

const WordMotion({
  1. required bool forward,
  2. bool end = false,
})

Implementation

const WordMotion({required this.forward, this.end = false});