CellIcon constructor
const
CellIcon({
- Key? key,
- required ValueCell<
IconData?> icon, - ValueCell<
double?> ? size, - ValueCell<
double?> ? fill, - ValueCell<
double?> ? weight, - ValueCell<
double?> ? grade, - ValueCell<
double?> ? opticalSize, - ValueCell<
Color?> ? color, - ValueCell<
List< ? shadows,Shadow> ?> - ValueCell<
String?> ? semanticLabel, - ValueCell<
TextDirection?> ? textDirection, - ValueCell<
bool?> ? applyTextScaling,
Implementation
const CellIcon({
super.key,
required this.icon,
this.size,
this.fill,
this.weight,
this.grade,
this.opticalSize,
this.color,
this.shadows,
this.semanticLabel,
this.textDirection,
this.applyTextScaling,
});