helper/custom_ui/gtd_dash_border/gtd_dashed_border library
Classes
- GtdDashedBorder
-
Add a dotted border around any child widget. The strokeWidth property
defines the width of the dashed border and color determines the stroke
paint color.
CircularIntervalList
is populated with the dashPattern to render the appropriate pattern. The radius property is taken into account only if the borderType isBorderType.RRect
. A customPath can be passed in as a parameter if you want to draw a custom shaped border. ----------------------Hang copy https://pub.flutter-io.cn/packages/dotted_border ----------------------Fixed warning - GtdDashedLinePainter
- GtdDashLine
Enums
- BorderType
- The different supported BorderTypes
Typedefs
- PathBuilder = Path Function(Size)