HrConfig constructor

HrConfig({
  1. double? height,
  2. Color? color,
})

Implementation

HrConfig({this.height, this.color});