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