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