ClearFocusBackground constructor

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

Implementation

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