DirectTextAccess constructor
const
DirectTextAccess({
- required Uint32List chars,
- required Float32List foregrounds,
- required Float32List backgrounds,
- required Uint16List attributes,
- required int length,
Creates a DirectTextAccess.
Implementation
const DirectTextAccess({
required this.chars,
required this.foregrounds,
required this.backgrounds,
required this.attributes,
required this.length,
});