HeaderView constructor Null safety

HeaderView(
  1. {Key? key,
  2. int? cnt}
)

Implementation

HeaderView({Key? key, this.cnt}) : super(key: key);