mirror of
https://github.com/hanskokx/arcane_helper_utils.git
synced 2026-05-14 02:19:09 +02:00
Added a bulletPoint to the CommonString class
Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
## 1.0.2
|
||||||
|
|
||||||
|
* Added bulletPoint to CommonString
|
||||||
|
|
||||||
## 1.0.1
|
## 1.0.1
|
||||||
|
|
||||||
* Added Unfocuser widget and JSON converters
|
* Added Unfocuser widget and JSON converters
|
||||||
|
|||||||
@@ -4,6 +4,10 @@ abstract class CommonString {
|
|||||||
/// An em dash (`—`) is commonly used in typography to set off parenthetical
|
/// An em dash (`—`) is commonly used in typography to set off parenthetical
|
||||||
/// phrases or provide emphasis in a sentence.
|
/// phrases or provide emphasis in a sentence.
|
||||||
static const String emDash = "—";
|
static const String emDash = "—";
|
||||||
|
|
||||||
|
/// A bullet point (`•`) is a small, round symbol used in typography to indicate a new
|
||||||
|
/// item in a list or to separate items in a series.
|
||||||
|
static const String bulletPoint = "•";
|
||||||
}
|
}
|
||||||
|
|
||||||
extension Nullability on String? {
|
extension Nullability on String? {
|
||||||
|
|||||||
Reference in New Issue
Block a user