materialDirectives top-level constant

  1. @Deprecated('List the directives used by your app for smaller code size.')
List const materialDirectives

A convenience list of all Directives exposed by this package.

Implementation

@Deprecated('List the directives used by your app for smaller code size.')
const List<dynamic> materialDirectives = [
  AutoDismissDirective,
  AutoFocusDirective,
  ButtonDirective,
  CachingDeferredContentDirective,
  CheckNonNegativeValidator,
  ClickableTooltipTargetDirective,
  DarkThemeDirective,
  DateInputDirective,
  DateRangeEditorComponent,
  DateRangeInputComponent,
  DeferredContentDirective,
  DisplayNameRendererDirective,
  DropdownSelectValueAccessor,
  DropdownButtonComponent,
  DropdownMenuComponent,
  DynamicComponent,
  FixedMaterialTabStripComponent,
  FocusActivableItemDirective,
  FocusItemDirective,
  FocusListDirective,
  FocusableDirective,
  FocusTrapComponent,
  GlyphComponent,
  HighlightedTextComponent,
  HighlightedValueComponent,
  KeyboardOnlyFocusIndicatorDirective,
  LowerBoundValidator,
  MaterialAutoSuggestInputComponent,
  MaterialButtonComponent,
  MaterialCalendarPickerComponent,
  MaterialCheckboxComponent,
  MaterialChipComponent,
  MaterialChipsComponent,
  MaterialDatepickerComponent,
  MaterialDateRangePickerComponent,
  MaterialDateTimePickerComponent,
  MaterialDialogComponent,
  MaterialDropdownSelectComponent,
  MaterialExpansionPanel,
  MaterialExpansionPanelAutoDismiss,
  MaterialExpansionPanelSet,
  MaterialFabComponent,
  MaterialFabMenuComponent,
  MaterialIconComponent,
  MaterialIconTooltipComponent,
  MaterialInkTooltipComponent,
  MaterialInputComponent,
  MaterialInputDefaultValueAccessor,
  MenuItemAffixListComponent,
  MenuItemGroupsComponent,
  MaterialListComponent,
  MaterialListItemComponent,
  MaterialMenuComponent,
  MaterialMonthPickerComponent,
  MaterialMultilineInputComponent,
  materialNumberInputDirectives,
  MaterialPaperTooltipComponent,
  MaterialPercentInputDirective,
  MaterialPersistentDrawerDirective,
  MaterialPopupComponent,
  MaterialProgressComponent,
  MaterialRadioComponent,
  MaterialRadioGroupComponent,
  MaterialRippleComponent,
  MaterialSelectComponent,
  MaterialSelectDropdownItemComponent,
  MaterialSelectItemComponent,
  MaterialSelectSearchboxComponent,
  MaterialSliderComponent,
  MaterialSpinnerComponent,
  MaterialStackableDrawerComponent,
  MaterialStepperBackButtonTextDirective,
  MaterialStepperComponent,
  MaterialTabComponent,
  MaterialTabPanelComponent,
  MaterialTimePickerComponent,
  MaterialTemporaryDrawerComponent,
  MaterialTreeComponent,
  MaterialTreeDropdownComponent,
  MaterialToggleComponent,
  MaterialTooltipDirective,
  MaterialTooltipSourceDirective,
  MaterialTooltipTargetDirective,
  MaterialYesNoButtonsComponent,
  MenuPopupComponent,
  MenuRootDirective,
  MultiDropdownSelectValueAccessor,
  ModalComponent,
  NgModel,
  PositiveNumValidator,
  PopupSourceDirective,
  ReorderItemDirective,
  ReorderListComponent,
  ScoreboardComponent,
  ScorecardComponent,
  StepDirective,
  StopPropagationDirective,
  SummaryDirective,
  TabButtonComponent,
  UpperBoundValidator,
];