We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icon
SvgPicture
IconData
No description provided.
The text was updated successfully, but these errors were encountered:
Hey @hajajmaor, I'm not sure I fully understand where you want to make this change.
Can you give me an example snippet which you would ideally like to use and how you have to do it right now?
Sorry, something went wrong.
Instead of passing IconData like so:
ToggleCameraOption( call: call, localParticipant: localParticipant, disabledCameraIcon: Icons.videocam_off_rounded, enabledCameraIcon: Icons.videocam_rounded, ),
I would like to pass some SvgPicture widgets with custom design:
ToggleCameraOption( call: call, localParticipant: localParticipant, disabledCameraIcon: Assets.icons.cameraOff.svg(), enabledCameraIcon: Assets.icons.cameraOn.svg(), ),
Actually, it would be better to pass in a Widget instead of IconData or AssetImage so it can support other widgets to be used as button.
deven98
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: