isDialogOpen property

bool? get isDialogOpen

check if dialog is open

Implementation

bool? get isDialogOpen => routing.isDialog;