streamTheme property
StreamTheme
get
streamTheme
Returns the StreamTheme from the closest ancestor.
If no StreamTheme is found, returns a default theme based on the current Theme's brightness.
Implementation
StreamTheme get streamTheme => StreamTheme.of(this);