0 purchases
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 #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.