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