AiInputLayout constructor

const AiInputLayout({
  1. Key? key,
  2. required Widget child,
  3. bool showGlowingFlow = false,
  4. bool slowMode = true,
})

Implementation

const AiInputLayout({super.key, required this.child, this.showGlowingFlow = false, this.slowMode = true});