surfaceTintColor property
Overrides the default value for Dialog.surfaceTintColor.
This property is obsolete and will be deprecated in a future release: please use the DialogThemeData.surfaceTintColor property in data instead.
Implementation
Color? get surfaceTintColor => _data != null ? _data.surfaceTintColor : _surfaceTintColor;