focused property

  1. @override
bool focused
inherited

The field is now in focus Поле сейчас в фокусе

Implementation

@override
bool get focused => (_$focusedComputed ??= Computed<bool>(() => super.focused,
        name: '_FormAbstractGroup.focused'))
    .value;