AnythingHeader constructor

AnythingHeader({
  1. Key? key,
  2. String? title,
  3. AnythingHeaderOptions? options,
})

Implementation

AnythingHeader({
  Key? key,
  this.title,
  this.options,
}) : super(key: key);