menu
genai_components package
documentation
widgets/cl_separator.widget.dart
CLSeparator
CLSeparator.new const constructor
CLSeparator.new const constructor
dark_mode
light_mode
CLSeparator
constructor
const
CLSeparator
(
{
Key
?
key
,
Axis
axis
=
Axis.horizontal
,
double
thickness
=
1.0
,
})
Implementation
const CLSeparator({ super.key, this.axis = Axis.horizontal, this.thickness = 1.0, });
genai_components package
documentation
widgets/cl_separator.widget
CLSeparator
CLSeparator.new const constructor
CLSeparator class