Skip to content
Snippets Groups Projects
Commit 48e519da authored by Thi Huyen Trang Nguyen's avatar Thi Huyen Trang Nguyen
Browse files

KAT-50: Changed state class from _SpontaneousBreathingPresent to SpontaneousBreathingPresent

parent cc2acdbd
No related branches found
No related tags found
No related merge requests found
......@@ -8,9 +8,9 @@ class SpontaneousBreathingPresent extends StatefulWidget {
SpontaneousBreathingPresent({Key key, this.title}) : super(key: key);
final String title;
@override
_SpontaneousBreathingPresentState createState() => _SpontaneousBreathingPresentState();
SpontaneousBreathingPresentState createState() => SpontaneousBreathingPresentState();
}
class _SpontaneousBreathingPresentState extends State<SpontaneousBreathingPresent> {
class SpontaneousBreathingPresentState extends State<SpontaneousBreathingPresent> {
@override
Widget build(BuildContext context) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment