size method
Implementation
Size? size(VButtonSize value) {
return switch (this) {
VButtonShape.CIRCLE => value.size,
_ => null,
};
}
Size? size(VButtonSize value) {
return switch (this) {
VButtonShape.CIRCLE => value.size,
_ => null,
};
}