TLOperatorCard constructor
const
TLOperatorCard({
- Key? key,
- String? title,
- String? subTitle,
- TLOperatorCardStyle operatorCardStyle = const TLOperatorCardStyle(),
- TLOperatorCardBuilders operatorCardBuilders = const TLOperatorCardBuilders(),
- 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(),
});