setAppDownloadButtonInstalling method
void
setAppDownloadButtonInstalling({
- bool? isVisible,
- double? fontSize,
- NativeFontWeight? fontWeight,
- Color? color,
- Color? bgColor,
Implementation
void setAppDownloadButtonInstalling(
{bool? isVisible,
double? fontSize,
NativeFontWeight? fontWeight,
Color? color,
Color? bgColor}) =>
_buildNativeStyle(
_appDownloadButtonInstalling, isVisible, fontSize, fontWeight, color, bgColor);