postOverviewButtonBuilder property

(Widget Function(BuildContext context, dynamic onPressed(), String text)?) postOverviewButtonBuilder
final

Builder for the post overview button on the timeline post overview screen

Implementation

final Widget Function(
  BuildContext context,
  Function() onPressed,
  String text,
)? postOverviewButtonBuilder;