menu
plume package
documentation
framework/dialogs/dialog_provider.dart
DialogProviderPlus
setBackGroundGradient method
setBackGroundGradient method
dark_mode
light_mode
setBackGroundGradient
method
void
setBackGroundGradient
(
Gradient
gradient
)
设置渐变背景
Implementation
void setBackGroundGradient(Gradient gradient) { _gradient = gradient; }
plume package
documentation
framework/dialogs/dialog_provider
DialogProviderPlus
setBackGroundGradient method
DialogProviderPlus class