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