dismissable property

bool? dismissable
final

Is your dialog dismissable?, because its warp by BlurDialogBackground, you have to declare here instead on showDialog

Implementation

final bool? dismissable;