titleWidget property

Widget get titleWidget

文本

Implementation

Widget get titleWidget => SilText(
      this.title,
      style: this.titleStyle,
      color: this.titleColor,
      fontSize: this.fontSize ?? 18.sp,
      fontFamily: this.fontFamily,
      fontWeight: this.fontWeight ?? FontWeight.w500,
      lineHeight: this.lineHeight,
      textAlign: this.textAlign,
      maxLines: this.maxLines,
      textDirection: this.textDirection,
    );