menu
flutterflow_widgets package
documentation
flutterflow_widgets.dart
TextWithLabel
TextWithLabel.new const constructor
TextWithLabel.new const constructor
dark_mode
light_mode
TextWithLabel
constructor
const
TextWithLabel
(
{
Key
?
key
,
required
String
label
,
required
String
text
,
})
Implementation
const TextWithLabel({ Key? key, required this.label, required this.text, }) : super(key: key);
flutterflow_widgets package
documentation
flutterflow_widgets
TextWithLabel
TextWithLabel.new const constructor
TextWithLabel class