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