suleymangunes / custom-alert-dialog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom Dialog

In this project, a custom dialog widget was designed.

Usage

ShowCustomDialog(
                context: context,
                title: "Warning!",
                description: "This is description for alert.This is description for alert.",
                dialogType: DialogType.warning,
                okFunction: () {},
                cancelFunction: () {},
              );

You can choose 3 types of dialogue types. These: Danger, Warning And Done.

Light Theme



Dark Theme



About


Languages

Language:C++ 34.8%Language:Dart 29.3%Language:CMake 28.8%Language:HTML 2.8%Language:C 2.2%Language:Swift 1.8%Language:Kotlin 0.2%Language:Objective-C 0.1%