Profile constructor

const Profile(
  1. {Key? key,
  2. Axis direction = Axis.vertical}
)

Implementation

const Profile({super.key, this.direction = Axis.vertical});