textColor method

void textColor(
  1. Color textColor
)

Implementation

void textColor(Color textColor) => _textModel.textColor = textColor;