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