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