baseClass property

  1. @override
String get baseClass

Gets the base CSS class for this component (e.g., "btn" for a button).

This class is fundamental to the component's DaisyUI styling. Must be implemented by concrete subclasses. If a component has no specific base class, this should return an empty string.

Implementation

@override
String get baseClass => 'stat-value';