Gets the ThemeData for this context.
Equivalent to calling Theme.of(this).
Theme.of(this)
ThemeData get theme => Theme.of(this);