SideBarDivider constructor

SideBarDivider({
  1. required double height,
  2. double? thickness,
  3. double? indent,
  4. double? endIndent,
  5. Color? color,
})

Implementation

SideBarDivider(
    {required this.height,
    this.thickness,
    this.indent,
    this.endIndent,
    this.color});