TraceableForm constructor
const
TraceableForm({
- Key? key,
- required String formName,
- String? path,
- PerformanceInfo? performanceInfo,
- required Widget child,
Implementation
const TraceableForm({
super.key,
required this.formName,
this.path,
this.performanceInfo,
required this.child,
});