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