TickingWidgetBuilder typedef

  1. @Deprecated('This is moved to another package. Please use the `ticking_widget` package instead. This package will be removed in the next major version.')
TickingWidgetBuilder = Widget Function(BuildContext context, DateTime currentTime, Widget? child)

A builder function type that is used to build the ticking widget.

Implementation

@Deprecated(
    'This is moved to another package. Please use the `ticking_widget` package instead. This package will be removed in the next major version.')
typedef TickingWidgetBuilder = Widget Function(
    BuildContext context, DateTime currentTime, Widget? child);