name property
String
get
name
Get the string name of this spacing scale
Implementation
String get name => toString().split('.').last;
Get the string name of this spacing scale
String get name => toString().split('.').last;