VelocityTwoIconColumn constructor

const VelocityTwoIconColumn({
  1. Key? key,
  2. required Widget top,
  3. required Widget bottom,
  4. required Widget icon,
})

Implementation

const VelocityTwoIconColumn(
    {Key? key, required this.top, required this.bottom, required this.icon})
    : super(key: key);