tb_custom_dialog_box

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

tb custom dialog box

TB Custom Dialog package helps you easily create basic or custom dialogs.
Features #
<img src="https://raw.githubusercontent.com/yalamandarao/demo_images/main/dialog_box.png" alt="/>
Getting started #
To use this package, add tb_custom_dialog_box as a dependency in your pubspec.yaml file. And add this import to your file.
import 'package:tb_custom_dialog_box/tb_custom_dialog_box.dart';
Usage #
MTSCustomDialogBox(
iconImage: const Image(
image: AssetImage('assets/icons/smiley_icon.png')),
descriptions: "Dialog description here ....",
title: "Dialog Box",
okButtonText: "Ok",
borderRadius: 20,
padding: 20,
isCancelButtonVisible: false,
cancelButtonText: "Cancel",
cancelButtononPressed: () {
Navigator.of(context).pop();
},
okButtononPressed: () {
Navigator.of(context).pop();
},
)
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.