Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
becooq81 committed Jun 9, 2024
1 parent 5a3a70e commit 65fe705
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PrescribedMedRecognizerWidget extends StatefulWidget {
final double? height;

@override
_PrescribedMedRecognizerWidgetState createState() => _PrescribedMedRecognizerWidgetState();
State<PrescribedMedRecognizerWidget> createState() => _PrescribedMedRecognizerWidgetState();
}

class _PrescribedMedRecognizerWidgetState extends State<PrescribedMedRecognizerWidget> {
Expand Down

0 comments on commit 65fe705

Please sign in to comment.