STExtraIr constructor
const
STExtraIr({
- required String name,
- required STIrKind kind,
- STComponentIr style = const STComponentIr(),
- STTextTokenIr? text,
Implementation
const STExtraIr({
required this.name,
required this.kind,
this.style = const STComponentIr(),
this.text,
});