menu
velocity_components package
documentation
widgets/tag.dart
Tag
Tag.new const constructor
Tag.new const constructor
dark_mode
light_mode
Tag
constructor
const
Tag
(
{
Key
?
key
,
String
?
title
,
IconData
?
leadingIcon
,
Color
color
=
darkBlue
,
})
Implementation
const Tag({ Key? key, this.title, this.leadingIcon, this.color = darkBlue, }) : super(key: key);
velocity_components package
documentation
widgets/tag
Tag
Tag.new const constructor
Tag class