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

add largeTitleWidget parameter to SuperLargeTitle #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

itsatifsiddiqui
Copy link

Enhance SuperLargeTitle with Optional Widget Support

This pull request introduces a new parameter to SuperLargeTitle, largeTitleWidget, enabling the use of custom widgets instead of static strings.

Benefits:

  • Increased flexibility for developers to create dynamic and interactive title sections.
  • Improved visual customization beyond simple text.

Behavior:

  • If largeTitleWidget is omitted, SuperLargeTitle functions as before with the largeTitle string.
  • When provided, largeTitleWidget takes precedence, overriding the text and its styling.

Impact:

  • Backward compatibility is maintained.
  • Developers gain more control over title appearance and behavior.

Please review and provide feedback!

simulator_screenshot_6AA9BF7E-2A67-454F-981E-634A1997D984

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant