showCloseIcon property

  1. @override
bool? showCloseIcon
override

(optional) Whether to include a "close" icon widget.

Tapping the icon will close the snack bar.

Implementation

@override
bool? get showCloseIcon => null;