themes property

_Themes themes

The list of themes available

Implementation

_Themes get themes => _Themes(
      button: _buttonTheme,
      toggleButtons: _toggleButtonsTheme,
      text: _textTheme,
      primaryText: _primaryTextTheme,
      inputDecoration: _inputDecorationTheme,
      icon: _iconTheme,
      primaryIcon: _primaryIconTheme,
      slider: _sliderTheme,
      tabBar: _tabBarTheme,
      tooltip: _tooltipTheme,
      card: _cardTheme,
      chip: _chipTheme,
      appBar: _appBarTheme,
      scrollbar: _scrollbarTheme,
      bottomAppBar: _bottomAppBarTheme,
      dialog: _dialogTheme,
      floatingActionButton: _floatingActionButtonTheme,
      navigationRail: _navigationRailTheme,
      cupertinoOverride: _cupertinoOverrideTheme,
      snackBar: _snackBarTheme,
      bottomSheet: _bottomSheetTheme,
      popupMenu: _popupMenuTheme,
      banner: _bannerTheme,
      divider: _dividerTheme,
      buttonBar: _buttonBarTheme,
      bottomNavigationBar: _bottomNavigationBarTheme,
      timePicker: _timePickerTheme,
      textButton: _textButtonTheme,
      elevatedButton: _elevatedButtonTheme,
      outlinedButton: _outlinedButtonTheme,
      textSelection: _textSelectionTheme,
      dataTable: _dataTableTheme,
      checkbox: _checkboxTheme,
      radio: _radioTheme,
      switchTheme: _switchTheme,
      badge: _badgeTheme,
      drawer: _drawerTheme,
      dropdownMenu: _dropdownMenuTheme,
      expansionTile: _expansionTileTheme,
      extensions: _extensions,
      filledButton: _filledButtonTheme,
      iconButton: _iconButtonTheme,
      listTile: _listTileTheme,
      menu: _menuTheme,
      menuBar: _menuBarTheme,
      menuButton: _menuButtonTheme,
      navigationBar: _navigationBarTheme,
      navigationDrawer: _navigationDrawerTheme,
      pageTransitions: _pageTransitionsTheme,
      progressIndicator: _progressIndicatorTheme,
      segmentedButton: _segmentedButtonTheme,
    );