FFHeadListPage constructor

FFHeadListPage({
  1. Key? key,
  2. String? name,
})

Implementation

FFHeadListPage({Key? key, this.name}) : super(key: key);