action_bottom_sheet

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

action bottom sheet

This package is still under development, and some Functions might not be available yet.
Features #
Getting started #
TODO: Add the following dependencies in your pubspec.yaml file of your flutter project.
action_bottom_sheet: <latest_version>
Usage #
TODO:
logInAlert() {
showActionBottomSheet(
context: getCurrentContext(),
title: "Log in",
subTitle: "Log in or sign up for an account",
onCloseTap: _close,
onTap: _goToLogin,
mainButtonTitle: "Log in or sign up",
);
}
copied to clipboard
Additional information #

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.