menu
network_capture package
documentation
view/tab/text_widget.dart
TextWidget
TextWidget.new const constructor
TextWidget.new const constructor
dark_mode
light_mode
TextWidget
constructor
const
TextWidget
(
{
required
String
?
text
,
bool
safeBottom
=
false
,
Key
?
key
,
})
Implementation
const TextWidget({ required this.text, this.safeBottom = false, super.key, });
network_capture package
documentation
view/tab/text_widget
TextWidget
TextWidget.new const constructor
TextWidget class