Returns the ThemeData instance for the current context.
Example usage:
Color primaryColor = context.theme.primaryColor;
ThemeData get theme => Theme.of(this);