Matrix4Shower constructor

const Matrix4Shower(
  1. Matrix4 matrix4, {
  2. Key? key,
})

Implementation

const Matrix4Shower(this.matrix4, {Key? key}) : super(key: key);