STExtraIr constructor

const STExtraIr({
  1. required String name,
  2. required STIrKind kind,
  3. STComponentIr style = const STComponentIr(),
  4. STTextTokenIr? text,
})

Implementation

const STExtraIr({
  required this.name,
  required this.kind,
  this.style = const STComponentIr(),
  this.text,
});