DropDownWidget constructor
const
DropDownWidget({})
Implementation
const DropDownWidget({Key? key, required DropDownParserModel model, Future<bool> Function(String, dynamic)? onValueChanged, Widget Function(int, String)? dateBuilder})
: _dateBuilder = dateBuilder, _onValueChanged = onValueChanged, _model = model, super(key: key);