normalPlaceholder property

Widget get normalPlaceholder

默认占位

Implementation

Widget get normalPlaceholder => (this.placeholder == null)
    ? this.normalPlaceholderPic
    : this.placeholder!;