TFormList constructor

const TFormList({
  1. Key? key,
  2. required TFormListType type,
})

Implementation

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