menu
devtools_app_shared package
documentation
ui.dart
RoundedLabel
RoundedLabel const constructor
RoundedLabel const constructor
dark_mode
light_mode
RoundedLabel
constructor
const
RoundedLabel
(
{
Key
?
key
,
required
String
labelText
,
Color
?
backgroundColor
,
Color
?
textColor
,
})
Implementation
const RoundedLabel({ super.key, required this.labelText, this.backgroundColor, this.textColor, });
devtools_app_shared package
documentation
ui
RoundedLabel
RoundedLabel const constructor
RoundedLabel class