VxIcon extension
Extension method to directly access Icon.
- on
Methods
-
copyWith(
{double? size, Color? color, String? semanticLabel, TextDirection? textDirection}) → Icon -
Available on Icon, provided by the VxIcon extension
Extension method to directly access Icon's props without wrapping or with dot operator. -
iconColor(
Color color) → Icon -
Available on Icon, provided by the VxIcon extension
Extension method to directly access Icon's color without wrapping or with dot operator. -
iconSize(
double size) → Icon -
Available on Icon, provided by the VxIcon extension
Extension method to directly access Icon's size without wrapping or with dot operator.