textColor function

TextColorAttribute textColor(
  1. Color color
)

Text color attribute

Implementation

TextColorAttribute textColor(Color color) => TextColorAttribute(color);