disableFocusOutline property

bool disableFocusOutline
final

Whether to disable the focus outline.

When true, removes the visual focus indicator that appears when the button is focused via keyboard navigation. Use carefully as this affects accessibility.

Implementation

final bool disableFocusOutline;