TimelineDots.of constructor

TimelineDots.of(
  1. BuildContext context
)

Implementation

factory TimelineDots.of(BuildContext context) {
  return TimelineDots(context: context);
}