We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a576d30 commit fa3d982Copy full SHA for fa3d982
lib/features/composer/presentation/widgets/recipient_composer_widget.dart
@@ -186,6 +186,9 @@ class _RecipientComposerWidgetState extends State<RecipientComposerWidget> {
186
focusNodeKeyboard: widget.focusNodeKeyboard,
187
borderRadius: RecipientComposerWidgetStyle.enableBorderRadius,
188
enableBorderColor: RecipientComposerWidgetStyle.enableBorderColor,
189
+ focusedBorderColor: _isDragging
190
+ ? RecipientComposerWidgetStyle.enableBorderColor
191
+ : null,
192
keyboardType: TextInputType.emailAddress,
193
textInputAction: TextInputAction.done,
194
debounceDuration: RecipientComposerWidgetStyle.suggestionDebounceDuration,
0 commit comments