I am trying to change a gradient border on the input focus. The example below is what I want to achieve, but how can I make 'focusedBorderColor' into a gradient border?
colors = TextFieldDefaults.outlinedTextFieldColors(
focusedBorderColor = md_theme_light_primary,
unfocusedBorderColor =md_theme_light_inversePrimary,
focusedLabelColor = Color.White,
trailingIconColor = Color.White,
// disabledTextColor = NaviBlue
),