bullet top-level property Null safety
A bullet point.
If glyph.ascii is false
, this is "•". If it's true
, this is
"*" instead.
Implementation
String get bullet => glyph.glyphs.bullet;
A bullet point.
If glyph.ascii is false
, this is "•". If it's true
, this is
"*" instead.
String get bullet => glyph.glyphs.bullet;