SnapchatButtonFontOptions class
Constructors
-
SnapchatButtonFontOptions({double? fontSize, FontWeight? fontWeight, String? fontFamily, List<
String> ? fontFamilyFallback, List<FontFeature> ? fontFeatures, FontStyle? fontStyle}) - Custom Font Options
Properties
- fontFamily → String?
-
Change the
Textfont familyfinal -
fontFamilyFallback
→ List<
String> ? -
Change the
Textfont family fallback(s)final -
fontFeatures
→ List<
FontFeature> ? -
Change the
Textfont featuresfinal - fontSize → double?
-
Change the
Textfont sizefinal - fontStyle → FontStyle?
-
Change the
Textfont stylefinal - fontWeight → FontWeight?
-
Change the
Textfont weightfinal - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited