textTheme method

TextTheme textTheme()

Get the TextTheme

Implementation

TextTheme textTheme() {
  return Theme.of(this).textTheme;
}