ViewGroup constructor

ViewGroup({
  1. dynamic paint,
  2. dynamic zIndex,
})

Implementation

ViewGroup({super.paint, super.zIndex});