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