RapidTextParser class

Implemented types

Constructors

RapidTextParser({required String styles, required BuildContext context, required String text})

Properties

colorHelper RapidColorHelper
final
context BuildContext
final
fontWeightMetrics RapidFontWeightMetrics
final
hashCode int
The hash code for this object.
no setterinherited
letterSpacingMetrics RapidLetterSpacingMetrics
final
lineHeightSpacingMetrics RapidLineHeightSpacingMetrics
final
modiefiedText String
getter/setter pair
prefixHelper RapidPrefixHelper
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
styles String
final
text String
getter/setter pair
textAlign TextAlign
getter/setter pair
textSizeMetrics RapidTextSizeMetrics
final
textStyle TextStyle
getter/setter pair

Methods

determineStyle(String style) RapidTextStyleType
hasPrefix(String style) bool
isValidPrefix(String style) bool
isValidStyle(String style) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parse(BuildContext context) → void
override
parseColor(String style) Color
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited