CustomInput constructor

CustomInput({
  1. dynamic value,
})

Implementation

CustomInput({this.value}) : super();