child property

dynamic child
final

The child widget or state instance.

Can be a State object directly or a function that returns a State object. This provides flexibility in how field widgets define their state behavior.

Implementation

final dynamic child;