TerminalLibraryFlutterPainter constructor
TerminalLibraryFlutterPainter({
- required TerminalLibraryFlutterTheme theme,
- required TerminalLibraryFlutterStyle textStyle,
- required TextScaler textScaler,
Implementation
TerminalLibraryFlutterPainter({
required TerminalLibraryFlutterTheme theme,
required TerminalLibraryFlutterStyle textStyle,
required TextScaler textScaler,
}) : _textStyle = textStyle,
_theme = theme,
_textScaler = textScaler;