textTheme property
      
      TextTheme
      get
      textTheme
      
    
    
similar to MediaQuery.of(context).padding
Implementation
TextTheme get textTheme => Theme.of(this).textTheme;similar to MediaQuery.of(context).padding
TextTheme get textTheme => Theme.of(this).textTheme;