menu
app_info_smart_unit package
documentation
widgets/description_view.dart
DescriptionView
DescriptionView.new const constructor
DescriptionView.new const constructor
dark_mode
light_mode
DescriptionView
constructor
const
DescriptionView
(
{
Key
?
key
,
required
String
desc
,
TextAlign
?
textAlign
,
TextStyle
?
textStyle
,
})
Implementation
const DescriptionView({ super.key, required this.desc, this.textAlign, this.textStyle, });
app_info_smart_unit package
documentation
widgets/description_view
DescriptionView
DescriptionView.new const constructor
DescriptionView class