QUTabs constructor

const QUTabs({
  1. Key? key,
  2. required List<QUFormGridListModel> list,
  3. QUFormConfigModel? config,
  4. required String model,
  5. required EQUTabType type,
})

Implementation

const QUTabs(
    {Key? key,
    required this.list,
    this.config,
    required this.model,
    required this.type})
    : super(key: key);