WallTrowelling constructor

WallTrowelling({
  1. num? offset,
  2. num? minCount,
})

Implementation

WallTrowelling({this.offset, this.minCount});