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