menu
atomic_desing_system_package package
documentation
presentation/atoms/display/atom_label.dart
AtomLabel
AtomLabel.new const constructor
AtomLabel.new const constructor
dark_mode
light_mode
AtomLabel
constructor
const
AtomLabel
(
{
Key
?
key
,
required
String
text
,
TextStyle
?
style
,
})
Implementation
const AtomLabel({super.key, required this.text, this.style});
atomic_desing_system_package package
documentation
presentation/atoms/display/atom_label
AtomLabel
AtomLabel.new const constructor
AtomLabel class