Skip to content

BorderType is used but not exported #53

@jpeiffer

Description

@jpeiffer

Describe the bug
The enum BorderType is used in the exported DottedBorderOptions but it is not exported so users who want to set the type must import the private src/enums.dart which gives an analyzer error.

To Reproduce
Try to ref the BorderType enum to pass it to DottedBorderOptions with only the following import:

import 'package:dotted_border/dotted_border.dart';

Expected behavior
It to work

Screenshots
n/a

Desktop (please complete the following information):
n/a

Smartphone (please complete the following information):
n/a

Additional context
n/a

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