rightJustify property Null safety

bool rightJustify

Are digits right-justified in this mode? If not, they'll be left-justified, like " 1.0 ".

Implementation

bool get rightJustify;