textInputColor property

Color? textInputColor
final

---- EN ----

Here is the text color of the text box,

it is black by default

---- AR ----

### هنا لون النص الخاص بمربع النص ، #### لونه اسود بشكل افتراضي

Implementation

/// #### it is black by default

/// <p style="color:#77b4ff;font-size:16;font-weight: bold;">---- AR ----</p>

///### هنا لون النص الخاص بمربع النص ،

///#### لونه اسود بشكل افتراضي

final Color? textInputColor;