List<Widget> suffixItems() => <Widget>[ if (haveSuffixIcon) suffixIcon(), if (widget.suffix != null) widget.suffix!, ];