SimformSolutionsPvtLtd/flutter_chatview

Is it possible to increase the hiding of shareIconConfig? I don't need this feature

Closed this issue · 2 comments

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
image
Added a configuration item that hides the image shareIconConfig

Describe alternatives you've considered
FeatureActiveConfig adds a shareIcon that hides the image message

Additional context
Add any other context or screenshots about the feature request here.

I not sure whether they got the feature or not, what i do is just set the icon to transparent

shareIconConfig: ShareIconConfiguration(
                        icon: const Icon(
                          Icons.share,
                          color: Colors.transparent,
                        ),
                      )