AppCmsPinLayout constructor

const AppCmsPinLayout({
  1. Key? key,
  2. required int length,
  3. required String controller,
})

Implementation

const AppCmsPinLayout(
    {super.key, required this.length, required this.controller});