builder property

Widget Function(BuildContext context, TablePlaceholderShade placeholderShade) builder
final

Builder function that should build the child utilizing the TablePlaceholderShade provided.

Implementation

final Widget Function(
  BuildContext context,
  TablePlaceholderShade placeholderShade,
) builder;