Skip to main content

SignupProgressIndicator constructor

SignupProgressIndicator({required Key key, required int currentPageIndex})

Implementation

SignupProgressIndicator({required Key key, required this.currentPageIndex})
: super(key: key);