utils/create_interactive_text library

Creates interactive text with consistent configuration. Copyright (C) 2025, Software Innovation Institute, ANU

Licensed under the GNU General Public License, Version 3 (the "License");

License: https://www.gnu.org/licenses/gpl-3.0.en.html

Authors: Ashley Tang

Functions

createInteractiveText({required BuildContext context, required String text, required VoidCallback onTap, required TextStyle style, bool isClickable = true}) Widget
Creates an interactive text widget with consistent styling and behavior.