menu
freelance package
documentation
widgets/landing_page/components/title_view.dart
TitleView
TitleView const constructor
TitleView const constructor
dark_mode
light_mode
TitleView
constructor
const
TitleView
(
{
Key
?
key
,
required
String
tag
,
required
String
title
,
})
Implementation
const TitleView({ Key? key, required this.tag, required this.title, }) : super(key: key);
freelance package
documentation
widgets/landing_page/components/title_view
TitleView
TitleView const constructor
TitleView class