StateLayout constructor

const StateLayout({
  1. Key? key,
  2. required StateType type,
  3. String? hintText,
})

Implementation

const StateLayout({Key? key, required this.type, this.hintText})
    : super(key: key);