dialogShadow property
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;
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
final List<BoxShadow>? dialogShadow;