GSPriceField constructor
GSPriceField(
- GSPriceModel model,
- GSFormStyle formStyle, {
- Key? key,
Implementation
GSPriceField(this.model, this.formStyle, {Key? key}) : super(key: key);