init static method

void init([
  1. SunnyTextTheme? theme
])

Implementation

static void init([SunnyTextTheme? theme]) {
  _sunnyText = theme ?? SunnyTextTheme.defaults;
}