menu
ui_sdk package
documentation
props/UikJobBoxProps.dart
TagProps
TagProps constructor
TagProps constructor
dark_mode
light_mode
TagProps
constructor
TagProps
(
{
required
Widget
?
text
,
Widget
?
icon
,
Color
bgColor
=
Colors.black
,
})
Implementation
TagProps({ required this.text, this.icon, this.bgColor = Colors.black, });
ui_sdk package
documentation
props/UikJobBoxProps
TagProps
TagProps constructor
TagProps class