dashed_rect

Creator: coderz1093

Last updated:

Add to Cart

Description:

dashed rect

Dashed Rect #
This package allows you to draw dotted lines with Flutter. You can draw a beautiful dotted line.

Screenshots #

Usage #
Example
To use this package :

add the dependency to your pubspec.yaml file.

dependencies:
flutter:
sdk: flutter
dashed_rect: ^0.0.4
copied to clipboard
How to use #
DashedRect(
gap: 8,
strokeWidth: 8.0,
color: Colors.white,
child: yourWidget,
),
copied to clipboard
Created & Maintained By #
Tushar Nikam

License

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

Files:

Customer Reviews

There are no reviews.