Component constructor
Component(})
Implementation
Component(
this.name, {
this.encapsulation = ViewEncapsulation.emulated,
this.views = const [],
this.styles = const [],
this.styleUrls = const [],
});
Component(
this.name, {
this.encapsulation = ViewEncapsulation.emulated,
this.views = const [],
this.styles = const [],
this.styleUrls = const [],
});