KRGap constructor

const KRGap({
  1. Key? key,
  2. double height = KRTheme.SPACE_BETWEEN_COMPONENT,
})

Implementation

const KRGap({Key? key, this.height = KRTheme.SPACE_BETWEEN_COMPONENT})
    : super(key: key);