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