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