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