IInput constructor

const IInput({
  1. Key? key,
})

Implementation

const IInput({Key? key}) : super(key: key);