FFScaffold constructor

FFScaffold({
  1. Key? key,
  2. String? ffName,
})

Implementation

FFScaffold({Key? key, this.ffName}) : super(key: key);