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

design_3.0_demo_module
Sikander Saleem 2 years ago
commit c6115e5938

@ -18,7 +18,7 @@ abstract class SearchAllRequestsBaseModel {
String value; String value;
BuildContext context; BuildContext context;
TextInputType inputType; 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 { class SearchByRequestNumberModel extends SearchAllRequestsBaseModel {

Loading…
Cancel
Save