Dotted Dashed Line | Coderz Product

dotted_dashed_line

Last updated:

0 purchases

dotted_dashed_line Image
dotted_dashed_line Images

Free

Languages

Categories

Add to Cart

Description:

dotted dashed line

About #
This package allows you to draw a horizontal or vertical dashed lines in any Flutter Platform.

Usage #
Install and import the package:
import 'package:dotted_dashed_line/dotted_dashed_line.dart';
copied to clipboard
Basic Implementation:
Vertical:
DottedDashedLine(height: 100, width: 0, axis: Axis.vertical)
copied to clipboard
Horizontal:
DottedDashedLine(height: 0, width: 100, axis: Axis.horizontal)
copied to clipboard
Example #
The sample code can be found under the example package.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.