textTheme property

TextTheme get textTheme

Returns the current TextTheme.

Implementation

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