dataTheme constant

Attribute const dataTheme

Implementation

static const dataTheme = Attribute(
  name: 'dataTheme',
  html: 'if (dataTheme != null) \' data-theme="\$dataTheme"\'',
);