BaseController constructor
BaseController({
- VoidCallback? onChanged,
- String? placeholder,
Implementation
BaseController({this.onChanged, this.placeholder}) : super();