TerminalNativeCell constructor
const
TerminalNativeCell({
- required String content,
- required int width,
- required TerminalNativeStyle style,
- required TerminalNativeLink link,
- required bool isZero,
- required bool isEmpty,
- required bool hasDrawable,
- required List<
int> packed,
Creates a native cell snapshot.
Implementation
const TerminalNativeCell({
required this.content,
required this.width,
required this.style,
required this.link,
required this.isZero,
required this.isEmpty,
required this.hasDrawable,
required this.packed,
});