menu
flutter_ignite_shell package
documentation
ui/component/icon_text.dart
TextIcon
TextIcon.new const constructor
TextIcon.new const constructor
dark_mode
light_mode
TextIcon
constructor
const
TextIcon
(
String
text
,
IconData
icon
, {
Color
color
=
Colors.white
,
Key
?
key
,
})
Implementation
const TextIcon(this.text, this.icon, {this.color = Colors.white, super.key});
flutter_ignite_shell package
documentation
ui/component/icon_text
TextIcon
TextIcon.new const constructor
TextIcon class