customPrice method
Implementation
C customPrice(double customPrice) {
final sanitizedValue = sanitizeDouble(customPrice);
return patchState(MatexBaseCoreState(customPrice: sanitizedValue));
}
C customPrice(double customPrice) {
final sanitizedValue = sanitizeDouble(customPrice);
return patchState(MatexBaseCoreState(customPrice: sanitizedValue));
}