DebugAutoFillerScopeState constructor

const DebugAutoFillerScopeState({
  1. Key? key,
  2. required Widget child,
})

Implementation

const DebugAutoFillerScopeState({super.key, required this.child});