BaseController constructor

BaseController({
  1. VoidCallback? onChanged,
  2. String? placeholder,
})

Implementation

BaseController({this.onChanged, this.placeholder}) : super();