features/bp/obs/widgets/display_row library
Display row for a blood pressure observation. 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
-
buildDisplayRow(
{required BuildContext context, required BPObservation observation, required int index, required VoidCallback onEdit, required VoidCallback onDelete}) → DataRow - Creates a read-only DataRow for displaying a single BPObservation.