builder property

Widget Function(BuildContext context, FocusableControlState control) builder
final

Return a widget representing the control based on the current FocusableControlState

Implementation

final Widget Function(BuildContext context, FocusableControlState control) builder;