menu
genai_components package
documentation
widgets/cl_input_group.widget.dart
CLInputGroupItem<T>
CLInputGroupItem.new const constructor
CLInputGroupItem.new const constructor
dark_mode
light_mode
CLInputGroupItem<
T
>
constructor
const
CLInputGroupItem<
T
>
(
{
required
T
value
,
required
String
label
,
IconData
?
icon
,
})
Implementation
const CLInputGroupItem({required this.value, required this.label, this.icon});
genai_components package
documentation
widgets/cl_input_group.widget
CLInputGroupItem<T>
CLInputGroupItem.new const constructor
CLInputGroupItem class