Foundation

Focused Outline

An outline around a focused widget that does not affect its layout.

Usage

FFocusedOutline(...)

1FFocusedOutline(
2 style: .delta(color: Color(0xFF000000)),
3 focused: true,
4 child: Placeholder(),
5)

On this page