NavigationDivider constructor

const NavigationDivider({
  1. Key? key,
  2. double? thickness,
  3. Color? color,
})

Implementation

const NavigationDivider({
  super.key,
  this.thickness,
  this.color,
});