simple change

main_design2.0
zaid_daoud 2 years ago
parent e29946e280
commit cc089d917f

@ -18,7 +18,7 @@ abstract class SearchAllRequestsBaseModel {
String value;
BuildContext context;
TextInputType inputType;
SearchAllRequestsBaseModel(BuildContext context, {this.label, this.value, this.inputType = TextInputType.text});
SearchAllRequestsBaseModel(this.context, {this.label, this.value, this.inputType = TextInputType.text});
}
class SearchByRequestNumberModel extends SearchAllRequestsBaseModel {

Loading…
Cancel
Save