PlutoMenuItemDivider constructor

PlutoMenuItemDivider({
  1. double height = 16.0,
  2. Color? color,
  3. double? indent,
  4. double? endIndent,
  5. double? thickness,
})

Implementation

PlutoMenuItemDivider({
  this.height = 16.0,
  this.color,
  this.indent,
  this.endIndent,
  this.thickness,
}) : super(title: '_divider', enable: false);