TLOperatorCard constructor

const TLOperatorCard({
  1. Key? key,
  2. String? title,
  3. String? subTitle,
  4. TLOperatorCardStyle operatorCardStyle = const TLOperatorCardStyle(),
  5. TLOperatorCardBuilders operatorCardBuilders = const TLOperatorCardBuilders(),
  6. TLOperatorCardEvent operatorCardEvent = const TLOperatorCardEvent(),
})

Implementation

const TLOperatorCard({
  super.key,
  this.title,
  this.subTitle,
  this.operatorCardStyle = const TLOperatorCardStyle(),
  this.operatorCardBuilders = const TLOperatorCardBuilders(),
  this.operatorCardEvent = const TLOperatorCardEvent(),
});