getTheme static method

ThemeData getTheme(
  1. BuildContext context
)

Gets the current theme

Implementation

static ThemeData getTheme(BuildContext context) {
  return Theme.of(context);
}