DirectBufferAccess constructor
const
DirectBufferAccess({
- required Uint32List chars,
- required Float32List foregrounds,
- required Float32List backgrounds,
- required Uint8List attributes,
- required int width,
- required int height,
Creates a DirectBufferAccess.
Implementation
const DirectBufferAccess({
required this.chars,
required this.foregrounds,
required this.backgrounds,
required this.attributes,
required this.width,
required this.height,
});