menu
flutter_in_app_debugger package
documentation
networks/components/text_logo_widget.dart
TextLogoWidget
TextLogoWidget.new const constructor
TextLogoWidget.new const constructor
dark_mode
light_mode
TextLogoWidget
constructor
const
TextLogoWidget
(
{
Key
?
key
,
required
String
text
,
Color
?
backgroundColor
,
})
Implementation
const TextLogoWidget({ Key? key, required this.text, this.backgroundColor, }) : super(key: key);
flutter_in_app_debugger package
documentation
networks/components/text_logo_widget
TextLogoWidget
TextLogoWidget.new const constructor
TextLogoWidget class