builder property
- @Deprecated('Use a Builder widget as the child instead. ' 'This field will be removed in v2.0.0.')
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;