themeData property

ThemeData get themeData

Get ThemeData from BuildContext

final ThemeData themeData = context.themeData;

Implementation

ThemeData get themeData => Theme.of(this);