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