VxFilter constructor

VxFilter({
  1. required Widget child,
})

Implementation

VxFilter({required this.child});