itemMinIndent property

DoubleUtility<T> get itemMinIndent

Implementation

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