Component constructor
const
Component({
- required String tag,
Creates a component annotation with the given tag name.
Implementation
const Component({required this.tag});
Creates a component annotation with the given tag name.
const Component({required this.tag});