-
-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
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
Labels
No labels