Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add finish action and custom pop action #9

Merged
merged 3 commits into from
Mar 4, 2024

Conversation

evan361425
Copy link
Owner

Purpose

Allow user custom action after pressing pop button.

Implement

Add one item SpotlightAntAction.finish and use default finish button as:

IconButton(
  onPressed: () => finish(),
  tooltip: 'Finish spotlight show',
  color: Colors.white,
  icon: const Icon(Icons.check_sharp),
);

@evan361425 evan361425 added the enhancement New feature or request label Mar 2, 2024
@evan361425 evan361425 merged commit bdeeff3 into master Mar 4, 2024
2 checks passed
@evan361425 evan361425 deleted the feat/finish-action branch March 4, 2024 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant