ResponseHeaderWidget constructor

const ResponseHeaderWidget({
  1. Key? key,
  2. Map<String, dynamic>? headers,
})

Implementation

const ResponseHeaderWidget({Key? key, this.headers}) : super(key: key);