menu
fetosense_device_flutter
presentation/test/test_view.dart
TestView
TestView const constructor
TestView
dark_mode
light_mode
TestView
constructor
const
TestView
(
{
Key
?
key
,
Test
?
test
,
String
?
previousRoute
,
Mother
?
mother
,
})
Implementation
const TestView({super.key, this.test, this.previousRoute, this.mother});
fetosense_device_flutter
test_view
TestView
TestView const constructor
TestView class