VxIcon extension

Extension method to directly access Icon.

on

Methods

copyWith({double? size, Color? color, String? semanticLabel, TextDirection? textDirection}) Icon
Extension method to directly access Icon's props without wrapping or with dot operator.
iconColor(Color color) Icon
Extension method to directly access Icon's color without wrapping or with dot operator.
iconSize(double size) Icon
Extension method to directly access Icon's size without wrapping or with dot operator.