Terning Basic Text Field
fun TerningBasicTextField(value: String = "", onValueChange: (String) -> Unit = {}, modifier: Modifier, textStyle: TextStyle, textColor: Color, hintColor: Color, drawLineColor: Color, cursorBrush: Brush, helperColor: Color, strokeWidth: Float = 1.0f, leftIcon: Int? = null, leftIconColor: Color = TerningMain, imeAction: ImeAction = ImeAction.Done, maxTextLength: Int? = null, showTextLength: Boolean = false, hint: String = "", helperMessage: String = "", helperIcon: Int? = null, enabled: Boolean = true, readOnly: Boolean = false, onDoneAction: () -> Unit? = {}, onSearchAction: () -> Unit? = {})