MaterialExpansionPanel constructor
MaterialExpansionPanel(
- NgZone _ngZone,
- ChangeDetectorRef _changeDetector,
- DomService _domService,
- @Attribute('shouldExpandOnLeft') String? expandOnLeft,
- @Attribute('forceContentWhenClosed') String? forceContent,
Implementation
MaterialExpansionPanel(
this._ngZone,
this._changeDetector,
this._domService,
@Attribute('shouldExpandOnLeft') String? expandOnLeft,
@Attribute('forceContentWhenClosed') String? forceContent)
: shouldExpandOnLeft = expandOnLeft != null,
forceContentWhenClosed = forceContent != null;