TetaTextStyles class

Constructors

TetaTextStyles()

Properties

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

Static Methods

get({required dynamic nodeState, required BuildContext context, required FFill fill, required String fontFamily, required FFontSize fontSize, required FFontWeight fontWeight, required FTextDecoration textDecoration, required FFontStyle fontStyle, required FGeneralTypeInput letterSpacing, required FGeneralTypeInput lineSpacing, TextStyleEntity? model}) TextStyle
Returns the current TextStyle object
getTextStyle(String fontFamily, double fontSize, FontWeight fontWeight, Color? color, TextDecoration? textDecoration, FontStyle? fontStyle, double? lineHeight, double? letterSpacing) → dynamic