height property

DoubleUtility<T> get height

Implementation

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