showRootNode property

bool showRootNode
finalinherited

Flag to show the Root Node in the TreeView. Root Node is always the first item in the TreeView. If it is set to false then the Root Node will not be displayed, rather the first child of the RootNode will be the first item in the TreeList

Implementation

final bool showRootNode;