theme property
NodeFlowTheme?
get
theme
Gets the current theme configuration.
Returns null if no theme has been set. The theme is typically set
by the editor widget during initialization.
Implementation
NodeFlowTheme? get theme => _theme;