material property

void get material

Implementation

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