TextBoxSnapshot constructor

TextBoxSnapshot({
  1. required List<int> layoutIndex,
  2. required List<Rectangle> bounds,
  3. required List<int> start,
  4. required List<int> length,
})

Implementation

TextBoxSnapshot({
  required this.layoutIndex,
  required this.bounds,
  required this.start,
  required this.length,
});