MaterialProgressComponent constructor

MaterialProgressComponent(
  1. @Attribute('disable-fancy-animation') String? disableFancyAnimation,
  2. ChangeDetectorRef _changeDetector,
  3. HtmlElement _element
)

Implementation

MaterialProgressComponent(
    @Attribute('disable-fancy-animation') String? disableFancyAnimation,
    this._changeDetector,
    this._element)
    : _useFancyAnimation = disableFancyAnimation == null;