child property

Widget child
final

The child to draw the focused border around.

Since CupertinoFocusHalo can't request focus to itself, this child should contain widget(s) that can request focus.

The child widget is responsible for its own visual shape, for example by using an appropriate clipping.

Implementation

final Widget child;