menu
lewin package
documentation
rowsandcolumns.dart
IconWithLabel
IconWithLabel.new const constructor
IconWithLabel.new const constructor
dark_mode
light_mode
IconWithLabel
constructor
const
IconWithLabel
(
{
Key
?
key
,
required
IconData
icon
,
required
String
label
,
})
Implementation
const IconWithLabel({super.key, required this.icon, required this.label});
lewin package
documentation
rowsandcolumns
IconWithLabel
IconWithLabel.new const constructor
IconWithLabel class