PageBlockSubheader constructor

PageBlockSubheader({
  1. String? extra,
  2. int? client_id,
  3. RichText? subheader,
})

Implementation

PageBlockSubheader({
  super.extra,
  super.client_id,
  this.subheader,
});