material property

void material

Implementation

void get material => _add(
      (w) => Material(child: w, type: MaterialType.transparency),
    );