PinCreationScreen constructor
const
PinCreationScreen({})
Implementation
const PinCreationScreen({
Key? key,
required this.appName,
required this.onPinSubmit,
required this.accentColor,
this.darkMode = false,
}) : super(key: key);