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