SourceBytesBot constructor
const
SourceBytesBot({})
Implementation
const SourceBytesBot({
super.key,
this.userId,
required this.botId,
required this.baseUrl,
this.width,
this.height,
this.onLogin,
this.onBotMessage,
this.sendMessageOnTap,
this.showWelcomeScreen = true,
this.showBackButton = true,
this.backOnTap,
});