final TextSelectionControls? textSelectionControls;
--> Is this a better solution than my current demo for text selection menu?
Should we use them to render the attachment???
Different styles for android and iOS
https://ktuusj.medium.com/flutter-custom-selection-toolbar-3acbe7937dd3
_updateSelectionExtentsVisibility in rendererInner -> bridges from Position to Offset
It's nice and easy to use but it's stuck to only one behaviour of placement. Maybe we want to do something else. In that case there's little help from textSelectionControls.
Quill override both iOS and Android when providing the custom controls
final TextSelectionControls? textSelectionControls; --> Is this a better solution than my current demo for text selection menu?