menu
flutter_scene package
documentation
scene.dart
CylinderShape
CylinderShape.new const constructor
CylinderShape.new const constructor
dark_mode
light_mode
CylinderShape
constructor
const
CylinderShape
(
{
required
double
radius
,
required
double
halfHeight
,
})
Implementation
const CylinderShape({required this.radius, required this.halfHeight});
flutter_scene package
documentation
scene
CylinderShape
CylinderShape.new const constructor
CylinderShape class