DirectTextAccess constructor

const DirectTextAccess({
  1. required Uint32List chars,
  2. required Float32List foregrounds,
  3. required Float32List backgrounds,
  4. required Uint16List attributes,
  5. required int length,
})

Creates a DirectTextAccess.

Implementation

const DirectTextAccess({
  required this.chars,
  required this.foregrounds,
  required this.backgrounds,
  required this.attributes,
  required this.length,
});