animatedCounter method

  1. @override
Component animatedCounter(
  1. AnimatedCounterProps props
)
override

Render an animated counter component

Implementation

@override
Component animatedCounter(AnimatedCounterProps props) =>
    CodexAnimatedCounter(props);