isFull method

bool isFull()

Implementation

bool isFull() {
  return iconColor != null &&
      useInkWell != null &&
      inkWellBorderRadius != null &&
      animationDuration != null &&
      scrollAnimationDuration != null &&
      crossFadePoint != null &&
      fadeCurve != null &&
      sizeCurve != null &&
      alignment != null &&
      headerAlignment != null &&
      bodyAlignment != null &&
      iconPlacement != null &&
      tapHeaderToExpand != null &&
      tapBodyToExpand != null &&
      tapBodyToCollapse != null &&
      hasIcon != null &&
      iconRotationAngle != null &&
      expandIcon != null &&
      collapseIcon != null;
}