titleWidget property

Widget get titleWidget

文本

Implementation

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