alertType property

StylishDialogType? alertType
final

To show dialog with different alert types. You can specify alert type using; for Normal StylishDialogType.NORMAL

Progress StylishDialogType.PROGRESS

Success StylishDialogType.SUCCESS

Info StylishDialogType.INFO

Warning StylishDialogType.WARNING

Error StylishDialogType.ERROR

Implementation

final StylishDialogType? alertType;