initTextTheme static method

dynamic initTextTheme(
  1. TextTheme textTheme
)

Implementation

static initTextTheme(TextTheme textTheme) {
  _textTheme = textTheme;
}