ArcoDesignIcon constructor
const
ArcoDesignIcon(})
Constructor fot default Arco Design icons (size 16.0).
Implementation
const ArcoDesignIcon(
super.icon, {
Key? key,
double? size = 16.0,
double? fill,
double? weight,
double? grade,
double? opticalSize,
Color? color,
List<Shadow>? shadows,
String? semanticLabel,
TextDirection? textDirection,
}) : super(
key: key,
size: size,
fill: fill,
weight: weight,
grade: grade,
opticalSize: opticalSize,
color: color,
shadows: shadows,
semanticLabel: semanticLabel,
textDirection: textDirection,
);