menu
iconoir_flutter package
documentation
user_square_alt.dart
UserSquareAlt
UserSquareAlt.new const constructor
UserSquareAlt.new const constructor
dark_mode
light_mode
UserSquareAlt
constructor
const
UserSquareAlt
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const UserSquareAlt({Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
user_square_alt
UserSquareAlt
UserSquareAlt.new const constructor
UserSquareAlt class