TxDetailItem constructor

const TxDetailItem(
  1. TxDetailInfoItem i,
  2. TextStyle labelStyle, {
  3. Key? key,
  4. bool isShowDivider = true,
})

Implementation

const TxDetailItem(this.i, this.labelStyle,
    {Key? key, this.isShowDivider = true})
    : super(key: key);