TrolleyHeader constructor

const TrolleyHeader({
  1. Key? key,
  2. String? title,
  3. TextStyle? titleStyle,
})

Implementation

const TrolleyHeader({Key? key, this.title, this.titleStyle}) : super(key: key);