builder property

  1. @Deprecated('Use a Builder widget as the child instead. ' 'This field will be removed in v2.0.0.')
Widget Function(BuildContext)? builder
final

Implementation

@Deprecated(
  'Use a Builder widget as the child instead. '
  'This field will be removed in v2.0.0.',
)
final Widget Function(BuildContext)? builder;