menu
edfapay_softpos_sdk package
documentation
models/presentation_config.dart
PresentationConfig
dimBackground method
dimBackground method
dark_mode
light_mode
dimBackground
method
PresentationConfig
dimBackground
(
bool
value
)
Implementation
PresentationConfig dimBackground(bool value) { _dimBackground = value; return this; }
edfapay_softpos_sdk package
documentation
models/presentation_config
PresentationConfig
dimBackground method
PresentationConfig class