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