builder property
Builder function that should build the child utilizing the TablePlaceholderShade provided.
Implementation
final Widget Function(
BuildContext context,
TablePlaceholderShade placeholderShade,
) builder;
Builder function that should build the child utilizing the TablePlaceholderShade provided.
final Widget Function(
BuildContext context,
TablePlaceholderShade placeholderShade,
) builder;