setAppDownloadButtonInstalling method

void setAppDownloadButtonInstalling({
  1. bool? isVisible,
  2. double? fontSize,
  3. NativeFontWeight? fontWeight,
  4. Color? color,
  5. Color? bgColor,
})

Implementation

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