menu
iconoir_flutter package
documentation
regular/pound.dart
Pound
Pound const constructor
Pound const constructor
dark_mode
light_mode
Pound
constructor
const
Pound
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Pound({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/pound
Pound
Pound const constructor
Pound class