Input constructor

Input({
  1. Object? key,
})

Implementation

Input({super.key}) : super('input');