UDocOutlineNode constructor
const
UDocOutlineNode({
- required String title,
- UDocDestination? destination,
- String? uri,
- List<
UDocOutlineNode> children = const <UDocOutlineNode>[], - bool expanded = false,
- Color? color,
- bool bold = false,
- bool italic = false,
Implementation
const UDocOutlineNode({required this.title, this.destination, this.uri, this.children = const <UDocOutlineNode>[], this.expanded = false, this.color, this.bold = false, this.italic = false});