menu
genai_components package
documentation
widgets/cl_dialog.widget.dart
CLDialog<T>
buildContent abstract method
buildContent abstract method
dark_mode
light_mode
buildContent
abstract method
Widget
buildContent
(
BuildContext
context
)
Builds the body of the dialog. Subclasses must override.
Implementation
Widget buildContent(BuildContext context);
genai_components package
documentation
widgets/cl_dialog.widget
CLDialog<T>
buildContent abstract method
CLDialog class