menu
fetosense_remote_flutter
ui/shared/textWithIcon.dart
TextWithIcon
TextWithIcon constructor
TextWithIcon
dark_mode
light_mode
TextWithIcon
constructor
TextWithIcon
(
{
Key
?
key
,
required
IconData
icon
,
required
String
text
,
double
?
size
,
})
Implementation
TextWithIcon({super.key, required this.icon, required this.text, this.size});
fetosense_remote_flutter
textWithIcon
TextWithIcon
TextWithIcon constructor
TextWithIcon class