dialogShadow property

List<BoxShadow>? dialogShadow
final

list of shadows applied to the alert dialog by default dialogShadow is null and a default shadow is applied

if you want to remove shadow pass an empty list in dialogShadow

Implementation

final List<BoxShadow>? dialogShadow;