idkit_line

Last updated:

0 purchases

idkit_line Image
idkit_line Images
Add to Cart

Description:

idkit line

idkit_line #
This is a convenient development kit for the expansion of the requirements of the dividing line in the development of the Flutter project.
Use case of the package extension method #


Solid line
IDKitLine.solid(),
const SizedBox(height: 20),
IDKitLine.solid(
color: Colors.red,
width: 300,
height: 5,
thickness: 3,
),
const SizedBox(height: 20),
IDKitLine.solid(
color: Colors.purple,
width: 300,
axis: Axis.vertical,
height: 20,
)
copied to clipboard


Dotted line
IDKitLine.dotted(),
const SizedBox(height: 20),
IDKitLine.dotted(
dashLength: 5,
interval: 3,
thickness: 3,
),
const SizedBox(height: 20),
IDKitLine.dotted(
width: 200,
color: Colors.purple,
dashLength: 5,
interval: 3,
),
const SizedBox(height: 20),
IDKitLine.dotted(
dashLength: 5,
interval: 3,
dottedType: DottedType.dash_dot,
),
const SizedBox(height: 20),
IDKitLine.dotted(
width: 200,
color: Colors.purple,
dashLength: 10,
interval: 3,
thickness: 4,
dottedType: DottedType.dash_dot,
)
copied to clipboard


Wavy line
IDKitLine.wavy(),
const SizedBox(height: 20),
IDKitLine.wavy(
color: Colors.red,
width: 300,
),
const SizedBox(height: 20),
IDKitLine.wavy(
axis: Axis.vertical,
height: 200,
thickness: 4,
a: 6,
w: 0.2,
)
copied to clipboard


Delete line
IDKitLine.delete(
child: const Text('¥:10'),
thickness: 2,
color: Colors.red,
),
const SizedBox(height: 20),
IDKitLine.delete(
child: const Text('¥:10000000000'),
thickness: 4,
color: Colors.purple,
),
copied to clipboard


Point #
If you want to know more about idkitline usage, please go to Github and search idkitline,Click here for quick access.

License:

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

Files In This Product:

Customer Reviews

There are no reviews.