XLLRText constructor

const XLLRText({
  1. Key? key,
  2. Widget? leftWidget,
  3. Widget? rightWidget,
  4. bool isDivider = false,
  5. double height = 90,
  6. bool isFill = false,
})

Implementation

const XLLRText(
    {Key? key,
    this.leftWidget,
    this.rightWidget,
    this.isDivider = false,
    this.height = 90,
    this.isFill = false})
    : super(key: key);