scrim property
A color use to paint the scrim around of modal components.
Implementation
Color get scrim => _scrim ?? const Color(0xff000000);
A color use to paint the scrim around of modal components.
Color get scrim => _scrim ?? const Color(0xff000000);