PinInputTheme.defaultTheme constructor

PinInputTheme.defaultTheme()

Implementation

factory PinInputTheme.defaultTheme() {
  return const PinInputTheme(domainColor: Color(0xFF1976D2));
}