InputDoneView constructor

const InputDoneView({
  1. void onTap()?,
  2. Key? key,
})

Implementation

const InputDoneView({this.onTap, super.key});