menu
genai_components package
documentation
widgets/cl_divider.widget.dart
CLDivider
CLDivider.new const constructor
CLDivider.new const constructor
dark_mode
light_mode
CLDivider
constructor
const
CLDivider
(
{
Key
?
key
,
double
?
height
,
String
?
label
,
TextStyle
?
labelStyle
,
Color
?
color
,
})
Implementation
const CLDivider({ super.key, this.height, this.label, this.labelStyle, this.color, });
genai_components package
documentation
widgets/cl_divider.widget
CLDivider
CLDivider.new const constructor
CLDivider class