stubAttrs property

String get stubAttrs

Constructs the full attribute DOT lang syntax separated by space.

Implementation

String get stubAttrs => [
  stubColor,
  stubLabel,
  stubfontColor,
  stubShape,
].where((e) => e.isNotEmpty).join(' ');