TickingWidgetBuilder typedef
- @Deprecated('This is moved to another package. Please use the `ticking_widget` package instead. This package will be removed in the next major version.')
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);