InputTouchContainer constructor

  1. @override
const InputTouchContainer(
  1. Widget child, {
  2. Key? key,
})

Implementation

@override
const InputTouchContainer(this.child, {super.key});