Merge remote-tracking branch 'origin/main_design2.0' into main_design2.0

main_design2.0
Sikander Saleem 12 months ago
commit c6115e5938

@ -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