theme method

ThemeData? theme(
  1. ThemeMode mode
)

Implementation

ThemeData? theme(ThemeMode mode) => _themeMap[mode];