HeadingDivider constructor

HeadingDivider({
  1. double space = 4.8,
  2. Color color = const Color(0xFFd7dde3),
  3. double height = 1.0,
})

Implementation

HeadingDivider(
    {this.space = 4.8,
    this.color = const Color(0xFFd7dde3),
    this.height = 1.0});