menu
edfapay_softpos_sdk package
documentation
models/presentation_config.dart
PresentationConfig
dimAmount method
dimAmount method
dark_mode
light_mode
dimAmount
method
PresentationConfig
dimAmount
(
double
amount
)
Implementation
PresentationConfig dimAmount(double amount) { _dimAmount = amount; return this; }
edfapay_softpos_sdk package
documentation
models/presentation_config
PresentationConfig
dimAmount method
PresentationConfig class