menu
antinvestor_ui_core package
documentation
widgets/entity_chip.dart
EntityChipConfig
EntityChipConfig.new const constructor
EntityChipConfig.new const constructor
dark_mode
light_mode
EntityChipConfig
constructor
const
EntityChipConfig
(
{
required
IconData
icon
,
required
Color
color
,
String
routeBuilder
(
String
id
)?,
})
Implementation
const EntityChipConfig({ required this.icon, required this.color, this.routeBuilder, });
antinvestor_ui_core package
documentation
widgets/entity_chip
EntityChipConfig
EntityChipConfig.new const constructor
EntityChipConfig class