FFListPage constructor

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

Implementation

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