SnapchatButtonFontOptions constructor
SnapchatButtonFontOptions({
- double? fontSize,
- FontWeight? fontWeight,
- String? fontFamily,
- List<
String> ? fontFamilyFallback, - List<
FontFeature> ? fontFeatures, - FontStyle? fontStyle,
Custom Font Options
WARNING: Changing these will mean the button no longer follows Snapchat's Brand Guidelines
Implementation
SnapchatButtonFontOptions({
this.fontSize,
this.fontWeight,
this.fontFamily,
this.fontFamilyFallback,
this.fontFeatures,
this.fontStyle,
});