menu
iconoir_flutter package
documentation
git_hub.dart
GitHub
GitHub.new const constructor
GitHub.new const constructor
dark_mode
light_mode
GitHub
constructor
const
GitHub
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const GitHub({Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
git_hub
GitHub
GitHub.new const constructor
GitHub class