menu
dt
widgets.dart
Text
Text.fromLine factory constructor
Text.fromLine
dark_mode
light_mode
Text.fromLine
constructor
Text.fromLine
(
Line
line
)
Creates a new text widget from a
Line
.
Implementation
factory Text.fromLine(Line line) = _LineText;
dt
widgets
Text
Text.fromLine factory constructor
Text class