thickness property

DoubleUtility<T> get thickness

Implementation

DoubleUtility<T> get thickness {
  return DoubleUtility<T>((value) => only(dividerThickness: value));
}