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