setDescription method

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

Implementation

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