theme property

ThemeData get theme

Returns the current ThemeData.

Implementation

ThemeData get theme {
  return Theme.of(this);
}