menu
xwidgetsbase package
documentation
xWidgetsBase.dart
XTextWithLabel
XTextWithLabel constructor
XTextWithLabel constructor
dark_mode
light_mode
XTextWithLabel
constructor
XTextWithLabel
(
{
String
?
label
=
""
,
dynamic
text
,
TextStyle
?
styleLabel
,
TextStyle
?
styleText
,
Widget
?
child
,
})
Implementation
XTextWithLabel({ this.label = "", this.text, this.styleLabel, this.styleText, this.child, });
xwidgetsbase package
documentation
xWidgetsBase
XTextWithLabel
XTextWithLabel constructor
XTextWithLabel class