menu
genai_components package
documentation
widgets/buttons/cl_loading_spinner.widget.dart
CLLoadingSpinner
CLLoadingSpinner.new const constructor
CLLoadingSpinner.new const constructor
dark_mode
light_mode
CLLoadingSpinner
constructor
const
CLLoadingSpinner
(
{
Key
?
key
,
required
double
size
,
required
Color
color
,
})
Implementation
const CLLoadingSpinner({ super.key, required this.size, required this.color, });
genai_components package
documentation
widgets/buttons/cl_loading_spinner.widget
CLLoadingSpinner
CLLoadingSpinner.new const constructor
CLLoadingSpinner class