action_bottom_sheet 0.0.2 action_bottom_sheet: ^0.0.2 copied to clipboard
bottomsheet with button
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",
);
}