SequenceDiagramModel constructor
SequenceDiagramModel({
- String mermaid = '',
- int width = 80,
- int height = 24,
- SequenceDiagramTheme? theme,
Implementation
SequenceDiagramModel({
this.mermaid = '',
this.width = 80,
this.height = 24,
SequenceDiagramTheme? theme,
}) : theme = theme ?? SequenceDiagramTheme.defaultTheme;