setAppDownloadButtonNormal method

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

Implementation

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