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