shared property

ThemeManager shared

This is the getter for the singleton logger instance

Implementation

static ThemeManager get shared {
  return _sharedInstance ?? ThemeManager.init();
}