Skip to content

Height of PlutoMenuItemDivider is not controllable #25

Description

@ahmarDebugger

The height of PlutoMenuItemDivider is not controllable because the height variable is not passed to "material's" Divider.

in file menu_widget.dart line 497

Change

return Divider( color: dividerItem.color, indent: dividerItem.indent, endIndent: dividerItem.endIndent, thickness: dividerItem.thickness, );

To

return Divider( color: dividerItem.color, height: dividerItem.height, indent: dividerItem.indent, endIndent: dividerItem.endIndent, thickness: dividerItem.thickness, );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions