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