Pill constructor
const
Pill({})
Implementation
const Pill({
Key? key,
required this.identifier,
required this.url,
this.future,
this.onTap,
this.getMxcUrl,
}) : super(key: key);
const Pill({
Key? key,
required this.identifier,
required this.url,
this.future,
this.onTap,
this.getMxcUrl,
}) : super(key: key);