parsePropertiesMap static method
Parse CSS properties from a Map to TextStyle
Implementation
static TextStyle? parsePropertiesMap(
Map<String, String> properties, {
TextStyle? baseStyle,
}) {
return _buildTextStyle(properties, baseStyle);
}
Parse CSS properties from a Map to TextStyle
static TextStyle? parsePropertiesMap(
Map<String, String> properties, {
TextStyle? baseStyle,
}) {
return _buildTextStyle(properties, baseStyle);
}