menu
genai_components package
documentation
widgets/table_action_item.widget.dart
TableActionItem
TableActionItem.new const constructor
TableActionItem.new const constructor
dark_mode
light_mode
TableActionItem
constructor
const
TableActionItem
(
{
Key
?
key
,
required
String
name
,
required
dynamic
iconData
,
Color
?
iconColor
,
})
Implementation
const TableActionItem({super.key, required this.name, required this.iconData, this.iconColor});
genai_components package
documentation
widgets/table_action_item.widget
TableActionItem
TableActionItem.new const constructor
TableActionItem class