menu
xyz_flutter_plus package
documentation
@easy_components/src/m_title.dart
MTitle
MTitle.new const constructor
MTitle.new const constructor
dark_mode
light_mode
MTitle
constructor
const
MTitle
(
{
Key
?
key
,
String
?
titleText
,
Widget
?
title
,
TextStyleFromTheme
?
style
,
double
?
spacing
,
Widget
?
child
,
})
Implementation
const MTitle({ super.key, this.titleText, this.title, this.style, this.spacing, this.child, });
xyz_flutter_plus package
documentation
@easy_components/src/m_title
MTitle
MTitle.new const constructor
MTitle class