<code> SnackBar snackBar = SnackBar(
showCloseIcon: true,
duration: 100,
content: Text('Hello World'),
);
</code>
<code> SnackBar snackBar = SnackBar(
showCloseIcon: true,
duration: 100,
content: Text('Hello World'),
);
</code>
SnackBar snackBar = SnackBar(
showCloseIcon: true,
duration: 100,
content: Text('Hello World'),
);
Text in SnackBar: not selectable for copy/paste by mouse or tap. Is there a way to enable text selection?