characters property
Flat list of characters representing the grid.
Implementation
@override
List<String> get characters => throw UnsupportedError(
'Flat characters access not supported on Viewport',
);
Flat list of characters representing the grid.
@override
List<String> get characters => throw UnsupportedError(
'Flat characters access not supported on Viewport',
);