className property

String? className
final

TailwindCSS-like class names for styling.

Supports typography, colors, and alignment utilities. Multiple classes can be separated by spaces.

Example: 'text-lg font-bold text-gray-900 text-center'

Implementation

final String? className;