textTheme property

TextTheme textTheme

Returns the current TextTheme data of this BuildContext

Implementation

TextTheme get textTheme => Theme.of(this).textTheme;