ChannelsSetMainProfileTab constructor
const
ChannelsSetMainProfileTab({
- required InputChannelBase channel,
- required ProfileTabBase tab,
Channels Set Main Profile Tab constructor.
Implementation
const ChannelsSetMainProfileTab({required this.channel, required this.tab})
: super._();