material method

Material material()

Implementation

Material material() {
  return Material(child: this, type: MaterialType.transparency);
}