menu
genai_components package
documentation
widgets/buttons/cl_compact_action_scope.dart
CLCompactActionScope
CLCompactActionScope.new const constructor
CLCompactActionScope.new const constructor
dark_mode
light_mode
CLCompactActionScope
constructor
const
CLCompactActionScope
(
{
Key
?
key
,
required
bool
iconOnly
,
required
Widget
child
,
})
Implementation
const CLCompactActionScope({ super.key, required this.iconOnly, required super.child, });
genai_components package
documentation
widgets/buttons/cl_compact_action_scope
CLCompactActionScope
CLCompactActionScope.new const constructor
CLCompactActionScope class