TextFlag<T> constructor
const
TextFlag<T> ({})
Implementation
const TextFlag({
Key? key,
required this.title,
this.style,
this.maxLines = 1,
this.overflow = TextOverflow.ellipsis,
this.imageWidth,
this.imageHeight,
this.isRequired = false,
this.trailing,
}) : super(key: key);