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