You can edit 8 Components for free. Get premium for unlimited access.
DlSeparator is a thin divider line for separating content areas in layouts.
It supports horizontal and vertical orientation, uses a fixed `1px` thickness, and always stretches to 100% of the available size on its main axis.
Preview
Code
Container(
width: 80,
color: Colors.transparent,
child: const DlSeparator(
orientation: DlSeparatorOrientation.horizontal,
),
)Add this code example to your project to see how the component works.
DlSeparator(
orientation: DlSeparatorOrientation.horizontal
)DlSeparator is a simple divider component with a fixed 1px thickness and grey200 color. It supports horizontal and vertical orientation and always stretches to 100% of the available size on its main axis.
Variants
Preview
Code
Container(
height: 80,
color: Colors.transparent,
child: const DlSeparator(
orientation: DlSeparatorOrientation.vertical,
),
)You have questions or need help?
You want to try?
Save time and money?