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