isTitledMargin property

bool get isTitledMargin

CUSTOMIZATIONS

Implementation

bool get isTitledMargin {
  return itemRippleColor == null && itemPressedColor == null;
}