menu
varx_design_system package
documentation
components/texts/text_label.dart
TextLabel
TextLabel.new const constructor
TextLabel.new const constructor
dark_mode
light_mode
TextLabel
constructor
const
TextLabel
(
{
Key
?
key
,
required
String
?
label
,
required
bool
isRequired
,
})
Implementation
const TextLabel({ Key? key, required this.label, required this.isRequired, }) : super(key: key);
varx_design_system package
documentation
components/texts/text_label
TextLabel
TextLabel.new const constructor
TextLabel class