Grass constructor

const Grass({
  1. Key? key,
})

Implementation

const Grass({
  Key? key,
}) : super(key: key);