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