componentNameGetter property
Component identifier for theme color resolution.
Each component should have a unique name like 'button', 'toggle', 'card'.
Named componentNameGetter to avoid conflict with static componentName
that some subclasses expose for external access.
Implementation
@override
String get componentNameGetter => componentName;